Html Css Color HEX #BDEB8E Sulu

📋 copy color: '#BDEB8E'

red 189 ◦ green 235 ◦ blue 142

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

Shades of Sulu #BDEB8E

Tints of Sulu #BDEB8E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.52%

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

R = 33.39%
G = 41.52%
B = 25.09%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#BDEB8E (or 0xBDEB8E) is known color: Sulu. HEX triplet: BD, EB and 8E. RGB value is (189,235,142). Sum of RGB (Red+Green+Blue) = 189+235+142=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 142 (55.86% from 255 or 25.09% from 566); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEB8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEB8E is #421471. Grayscale: #D2D2D2. Windows color (decimal): -4330610 or 9366461. OLE color: 9366461.

HSL color Cylindrical-coordinate representation of color #BDEB8E: hue angle of 89.68º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDEB8E is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 235 142 -
CMYK 0.20 0 0.40 0.08
HSL 89.68º 0.7% 0.74% -
HSV(B) 89.68º 0.4% 0.92% -
XYZ 55.58 72.19 36.6 -
YUV 210.64 89.26 112.56 -
System Red Green Blue C M Y K H S L
Decimal 189 235 142 0.20 0 0.40 0.08 89.68 0.7 0.74
Hex BD EB 8E 14 0 28 8 5A 46 4A
Octal 275 353 216 24 0 50 10 132 106 112
Binary 10111101 11101011 10001110 10100 0 101000 1000 1011010 1000110 1001010

Color Harmonies of #BDEB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEB8E

Black with #BDEB8E

Text Example


Text Example

White with #BDEB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEB8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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