Html Css Color HEX #BDDB8D Sulu

📋 copy color: '#BDDB8D'

red 189 ◦ green 219 ◦ blue 141

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

Shades of Sulu #BDDB8D

Tints of Sulu #BDDB8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.68%

R = 34.43%
G = 39.89%
B = 25.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#BDDB8D (or 0xBDDB8D) is known color: Sulu. HEX triplet: BD, DB and 8D. RGB value is (189,219,141). Sum of RGB (Red+Green+Blue) = 189+219+141=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDB8D is #422472. Grayscale: #C9C9C9. Windows color (decimal): -4334707 or 9296829. OLE color: 9296829.

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

Color convert

RGB 189 219 141 -
CMYK 0.14 0 0.36 0.14
HSL 83.08º 0.52% 0.71% -
HSV(B) 83.08º 0.36% 0.86% -
XYZ 51.13 63.4 34.74 -
YUV 201.14 94.06 119.34 -
System Red Green Blue C M Y K H S L
Decimal 189 219 141 0.14 0 0.36 0.14 83.08 0.52 0.71
Hex BD DB 8D E 0 24 E 53 34 47
Octal 275 333 215 16 0 44 16 123 64 107
Binary 10111101 11011011 10001101 1110 0 100100 1110 1010011 110100 1000111

Color Harmonies of #BDDB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB8D

Black with #BDDB8D

Text Example


Text Example

White with #BDDB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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