Html Css Color HEX #BDDB8C Sulu

📋 copy color: '#BDDB8C'

red 189 ◦ green 219 ◦ blue 140

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

Shades of Sulu #BDDB8C

Tints of Sulu #BDDB8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.55%

R = 34.49%
G = 39.96%
B = 25.55%

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

#BDDB8C (or 0xBDDB8C) is known color: Sulu. HEX triplet: BD, DB and 8C. RGB value is (189,219,140). Sum of RGB (Red+Green+Blue) = 189+219+140=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 140 (55.08% from 255 or 25.55% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDB8C is #422473. Grayscale: #C9C9C9. Windows color (decimal): -4334708 or 9231293. OLE color: 9231293.

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

Color convert

RGB 189 219 140 -
CMYK 0.14 0 0.36 0.14
HSL 82.78º 0.52% 0.7% -
HSV(B) 82.78º 0.36% 0.86% -
XYZ 51.05 63.38 34.35 -
YUV 201.02 93.56 119.42 -
System Red Green Blue C M Y K H S L
Decimal 189 219 140 0.14 0 0.36 0.14 82.78 0.52 0.7
Hex BD DB 8C E 0 24 E 53 34 46
Octal 275 333 214 16 0 44 16 123 64 106
Binary 10111101 11011011 10001100 1110 0 100100 1110 1010011 110100 1000110

Color Harmonies of #BDDB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB8C

Black with #BDDB8C

Text Example


Text Example

White with #BDDB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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