Html Css Color HEX #BDE08E Sulu

📋 copy color: '#BDE08E'

red 189 ◦ green 224 ◦ blue 142

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

Shades of Sulu #BDE08E

Tints of Sulu #BDE08E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.36%

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

R = 34.05%
G = 40.36%
B = 25.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#BDE08E (or 0xBDE08E) is known color: Sulu. HEX triplet: BD, E0 and 8E. RGB value is (189,224,142). Sum of RGB (Red+Green+Blue) = 189+224+142=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 142 (55.86% from 255 or 25.59% from 555); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE08E is #421F71. Grayscale: #CCCCCC. Windows color (decimal): -4333426 or 9363645. OLE color: 9363645.

HSL color Cylindrical-coordinate representation of color #BDE08E: hue angle of 85.61º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDE08E is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 142 -
CMYK 0.16 0 0.37 0.12
HSL 85.61º 0.57% 0.72% -
HSV(B) 85.61º 0.37% 0.88% -
XYZ 52.52 66.08 35.58 -
YUV 204.19 92.9 117.17 -
System Red Green Blue C M Y K H S L
Decimal 189 224 142 0.16 0 0.37 0.12 85.61 0.57 0.72
Hex BD E0 8E 10 0 25 C 56 39 48
Octal 275 340 216 20 0 45 14 126 71 110
Binary 10111101 11100000 10001110 10000 0 100101 1100 1010110 111001 1001000

Color Harmonies of #BDE08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE08E

Black with #BDE08E

Text Example


Text Example

White with #BDE08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE08E; }

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

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

background-color css

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

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

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

border-color css

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

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

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