Html Css Color HEX #BBDB7E Sulu

📋 copy color: '#BBDB7E'

red 187 ◦ green 219 ◦ blue 126

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

Shades of Sulu #BBDB7E

Tints of Sulu #BBDB7E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.17%

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

R = 35.15%
G = 41.17%
B = 23.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#BBDB7E (or 0xBBDB7E) is known color: Sulu. HEX triplet: BB, DB and 7E. RGB value is (187,219,126). Sum of RGB (Red+Green+Blue) = 187+219+126=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 126 (49.61% from 255 or 23.68% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDB7E is #442481. Grayscale: #C7C7C7. Windows color (decimal): -4465794 or 8313787. OLE color: 8313787.

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

Color convert

RGB 187 219 126 -
CMYK 0.15 0 0.42 0.14
HSL 80.65º 0.56% 0.68% -
HSV(B) 80.65º 0.42% 0.86% -
XYZ 49.59 62.73 29.23 -
YUV 198.83 86.9 119.56 -
System Red Green Blue C M Y K H S L
Decimal 187 219 126 0.15 0 0.42 0.14 80.65 0.56 0.68
Hex BB DB 7E F 0 2A E 51 38 44
Octal 273 333 176 17 0 52 16 121 70 104
Binary 10111011 11011011 1111110 1111 0 101010 1110 1010001 111000 1000100

Color Harmonies of #BBDB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDB7E

Black with #BBDB7E

Text Example


Text Example

White with #BBDB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDB7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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