Html Css Color HEX #BDDD8E Sulu

📋 copy color: '#BDDD8E'

red 189 ◦ green 221 ◦ blue 142

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

Shades of Sulu #BDDD8E

Tints of Sulu #BDDD8E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.04%

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

R = 34.24%
G = 40.04%
B = 25.72%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#BDDD8E (or 0xBDDD8E) is known color: Sulu. HEX triplet: BD, DD and 8E. RGB value is (189,221,142). Sum of RGB (Red+Green+Blue) = 189+221+142=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 142 (55.86% from 255 or 25.72% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDD8E is #422271. Grayscale: #CACACA. Windows color (decimal): -4334194 or 9362877. OLE color: 9362877.

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

Color convert

RGB 189 221 142 -
CMYK 0.14 0 0.36 0.13
HSL 84.3º 0.54% 0.71% -
HSV(B) 84.3º 0.36% 0.87% -
XYZ 51.73 64.48 35.31 -
YUV 202.43 93.9 118.42 -
System Red Green Blue C M Y K H S L
Decimal 189 221 142 0.14 0 0.36 0.13 84.3 0.54 0.71
Hex BD DD 8E E 0 24 D 54 36 47
Octal 275 335 216 16 0 44 15 124 66 107
Binary 10111101 11011101 10001110 1110 0 100100 1101 1010100 110110 1000111

Color Harmonies of #BDDD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDD8E

Black with #BDDD8E

Text Example


Text Example

White with #BDDD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDD8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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