Html Css Color HEX #BDDB8E Sulu

📋 copy color: '#BDDB8E'

red 189 ◦ green 219 ◦ blue 142

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

Shades of Sulu #BDDB8E

Tints of Sulu #BDDB8E

RGB

 RED value IS 189 (74.22% from 255) = 34.36%

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

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

R = 34.36%
G = 39.82%
B = 25.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#BDDB8E (or 0xBDDB8E) is known color: Sulu. HEX triplet: BD, DB and 8E. RGB value is (189,219,142). Sum of RGB (Red+Green+Blue) = 189+219+142=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 142 (55.86% from 255 or 25.82% from 550); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDB8E is #422471. Grayscale: #C9C9C9. Windows color (decimal): -4334706 or 9362365. OLE color: 9362365.

HSL color Cylindrical-coordinate representation of color #BDDB8E: hue angle of 83.38º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDDB8E is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 219 142 -
CMYK 0.14 0 0.35 0.14
HSL 83.38º 0.52% 0.71% -
HSV(B) 83.38º 0.35% 0.86% -
XYZ 51.2 63.43 35.14 -
YUV 201.25 94.56 119.26 -
System Red Green Blue C M Y K H S L
Decimal 189 219 142 0.14 0 0.35 0.14 83.38 0.52 0.71
Hex BD DB 8E E 0 23 E 53 34 47
Octal 275 333 216 16 0 43 16 123 64 107
Binary 10111101 11011011 10001110 1110 0 100011 1110 1010011 110100 1000111

Color Harmonies of #BDDB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB8E

Black with #BDDB8E

Text Example


Text Example

White with #BDDB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB8E; }

 p { color: rgb(189,219,142); }

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

background-color css

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

 a { background-color: rgb(189,219,142); }

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

border-color css

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

 span { border-color: rgb(189,219,142); }

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