Html Css Color HEX #BBDF8E Sulu

📋 copy color: '#BBDF8E'

red 187 ◦ green 223 ◦ blue 142

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

Shades of Sulu #BBDF8E

Tints of Sulu #BBDF8E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.4%

 BLUE value IS 142 (55.86% from 255) = 25.72%

R = 33.88%
G = 40.4%
B = 25.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#BBDF8E (or 0xBBDF8E) is known color: Sulu. HEX triplet: BB, DF and 8E. RGB value is (187,223,142). Sum of RGB (Red+Green+Blue) = 187+223+142=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 142 (55.86% from 255 or 25.72% from 552); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDF8E is #442071. Grayscale: #CBCBCB. Windows color (decimal): -4464754 or 9363387. OLE color: 9363387.

HSL color Cylindrical-coordinate representation of color #BBDF8E: hue angle of 86.67º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBDF8E is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 223 142 -
CMYK 0.16 0 0.36 0.13
HSL 86.67º 0.56% 0.72% -
HSV(B) 86.67º 0.36% 0.87% -
XYZ 51.76 65.29 35.47 -
YUV 203 93.57 116.59 -
System Red Green Blue C M Y K H S L
Decimal 187 223 142 0.16 0 0.36 0.13 86.67 0.56 0.72
Hex BB DF 8E 10 0 24 D 57 38 48
Octal 273 337 216 20 0 44 15 127 70 110
Binary 10111011 11011111 10001110 10000 0 100100 1101 1010111 111000 1001000

Color Harmonies of #BBDF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDF8E

Black with #BBDF8E

Text Example


Text Example

White with #BBDF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDF8E; }

 p { color: rgb(187,223,142); }

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

background-color css

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

 a { background-color: rgb(187,223,142); }

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

border-color css

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

 span { border-color: rgb(187,223,142); }

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