Html Css Color HEX #BDDB88 Sulu

📋 copy color: '#BDDB88'

red 189 ◦ green 219 ◦ blue 136

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

Shades of Sulu #BDDB88

Tints of Sulu #BDDB88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25%

R = 34.74%
G = 40.26%
B = 25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#BDDB88 (or 0xBDDB88) is known color: Sulu. HEX triplet: BD, DB and 88. RGB value is (189,219,136). Sum of RGB (Red+Green+Blue) = 189+219+136=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 136 (53.52% from 255 or 25% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDB88 is #422477. Grayscale: #C8C8C8. Windows color (decimal): -4334712 or 8969149. OLE color: 8969149.

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

Color convert

RGB 189 219 136 -
CMYK 0.14 0 0.38 0.14
HSL 81.69º 0.54% 0.7% -
HSV(B) 81.69º 0.38% 0.86% -
XYZ 50.76 63.26 32.83 -
YUV 200.57 91.56 119.75 -
System Red Green Blue C M Y K H S L
Decimal 189 219 136 0.14 0 0.38 0.14 81.69 0.54 0.7
Hex BD DB 88 E 0 26 E 52 36 46
Octal 275 333 210 16 0 46 16 122 66 106
Binary 10111101 11011011 10001000 1110 0 100110 1110 1010010 110110 1000110

Color Harmonies of #BDDB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB88

Black with #BDDB88

Text Example


Text Example

White with #BDDB88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB88; }

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

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

background-color css

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

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

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

border-color css

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

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

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