Html Css Color HEX #BBDC7E Sulu

📋 copy color: '#BBDC7E'

red 187 ◦ green 220 ◦ blue 126

#BBDC7E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BBDC7E

Tints of Sulu #BBDC7E

RGB

 RED value IS 187 (73.44% from 255) = 35.08%

 GREEN value IS 220 (86.33% from 255) = 41.28%

 BLUE value IS 126 (49.61% from 255) = 23.64%

R = 35.08%
G = 41.28%
B = 23.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BBDC7E (or 0xBBDC7E) is known color: Sulu. HEX triplet: BB, DC and 7E. RGB value is (187,220,126). Sum of RGB (Red+Green+Blue) = 187+220+126=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 126 (49.61% from 255 or 23.64% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC7E is #442381. Grayscale: #C7C7C7. Windows color (decimal): -4465538 or 8314043. OLE color: 8314043.

HSL color Cylindrical-coordinate representation of color #BBDC7E: hue angle of 81.06º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBDC7E is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 220 126 -
CMYK 0.15 0 0.43 0.14
HSL 81.06º 0.57% 0.68% -
HSV(B) 81.06º 0.43% 0.86% -
XYZ 49.85 63.26 29.32 -
YUV 199.42 86.57 119.14 -
System Red Green Blue C M Y K H S L
Decimal 187 220 126 0.15 0 0.43 0.14 81.06 0.57 0.68
Hex BB DC 7E F 0 2B E 51 39 44
Octal 273 334 176 17 0 53 16 121 71 104
Binary 10111011 11011100 1111110 1111 0 101011 1110 1010001 111001 1000100

Color Harmonies of #BBDC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC7E

Black with #BBDC7E

Text Example


Text Example

White with #BBDC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC7E; }

 p { color: rgb(187,220,126); }

 H1.HeaderClassName
 {
   color: #BBDC7E;
 }
 .AnyTagClassName
 {
   color: #BBDC7E;
 }
</style>

background-color css

<style>
 a { background-color: #BBDC7E; }

 a { background-color: rgb(187,220,126); }

 div.DivClassName
 {
   background-color: #BBDC7E;
 }
 .BgClassName
 {
   background-color: #BBDC7E;
 }
</style>

border-color css

<style>
 span { border-color: #BBDC7E; }

 span { border-color: rgb(187,220,126); }

 td.TdClassName
 {
   border-color: #BBDC7E;
 }
 .TagClassName
 {
   border-color: #BBDC7E;
 }
</style>