Html Css Color HEX #BDEA8E Sulu

📋 copy color: '#BDEA8E'

red 189 ◦ green 234 ◦ blue 142

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

Shades of Sulu #BDEA8E

Tints of Sulu #BDEA8E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.42%

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

R = 33.45%
G = 41.42%
B = 25.13%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#BDEA8E (or 0xBDEA8E) is known color: Sulu. HEX triplet: BD, EA and 8E. RGB value is (189,234,142). Sum of RGB (Red+Green+Blue) = 189+234+142=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 142 (55.86% from 255 or 25.13% from 565); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEA8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEA8E is #421571. Grayscale: #D2D2D2. Windows color (decimal): -4330866 or 9366205. OLE color: 9366205.

HSL color Cylindrical-coordinate representation of color #BDEA8E: hue angle of 89.35º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDEA8E is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 234 142 -
CMYK 0.19 0 0.39 0.08
HSL 89.35º 0.69% 0.74% -
HSV(B) 89.35º 0.39% 0.92% -
XYZ 55.29 71.62 36.5 -
YUV 210.06 89.59 112.98 -
System Red Green Blue C M Y K H S L
Decimal 189 234 142 0.19 0 0.39 0.08 89.35 0.69 0.74
Hex BD EA 8E 13 0 27 8 59 45 4A
Octal 275 352 216 23 0 47 10 131 105 112
Binary 10111101 11101010 10001110 10011 0 100111 1000 1011001 1000101 1001010

Color Harmonies of #BDEA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEA8E

Black with #BDEA8E

Text Example


Text Example

White with #BDEA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEA8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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