Html Css Color HEX #BDE08D Sulu

📋 copy color: '#BDE08D'

red 189 ◦ green 224 ◦ blue 141

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

Shades of Sulu #BDE08D

Tints of Sulu #BDE08D

RGB

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

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

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

R = 34.12%
G = 40.43%
B = 25.45%

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

#BDE08D (or 0xBDE08D) is known color: Sulu. HEX triplet: BD, E0 and 8D. RGB value is (189,224,141). Sum of RGB (Red+Green+Blue) = 189+224+141=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 141 (55.47% from 255 or 25.45% from 554); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE08D is #421F72. Grayscale: #CCCCCC. Windows color (decimal): -4333427 or 9298109. OLE color: 9298109.

HSL color Cylindrical-coordinate representation of color #BDE08D: hue angle of 85.3º 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 #BDE08D is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 141 -
CMYK 0.16 0 0.37 0.12
HSL 85.3º 0.57% 0.72% -
HSV(B) 85.3º 0.37% 0.88% -
XYZ 52.45 66.05 35.18 -
YUV 204.07 92.4 117.25 -
System Red Green Blue C M Y K H S L
Decimal 189 224 141 0.16 0 0.37 0.12 85.3 0.57 0.72
Hex BD E0 8D 10 0 25 C 55 39 48
Octal 275 340 215 20 0 45 14 125 71 110
Binary 10111101 11100000 10001101 10000 0 100101 1100 1010101 111001 1001000

Color Harmonies of #BDE08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE08D

Black with #BDE08D

Text Example


Text Example

White with #BDE08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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