Html Css Color HEX #BDE88C Sulu

📋 copy color: '#BDE88C'

red 189 ◦ green 232 ◦ blue 140

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

Shades of Sulu #BDE88C

Tints of Sulu #BDE88C

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.35%

 BLUE value IS 140 (55.08% from 255) = 24.96%

R = 33.69%
G = 41.35%
B = 24.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#BDE88C (or 0xBDE88C) is known color: Sulu. HEX triplet: BD, E8 and 8C. RGB value is (189,232,140). Sum of RGB (Red+Green+Blue) = 189+232+140=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 232 (91.02% from 255 or 41.35% from 561); Blue value is 140 (55.08% from 255 or 24.96% from 561); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE88C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE88C is #421773. Grayscale: #D0D0D0. Windows color (decimal): -4331380 or 9234621. OLE color: 9234621.

HSL color Cylindrical-coordinate representation of color #BDE88C: hue angle of 88.04º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDE88C is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 232 140 -
CMYK 0.19 0 0.40 0.09
HSL 88.04º 0.67% 0.73% -
HSV(B) 88.04º 0.4% 0.91% -
XYZ 54.58 70.43 35.53 -
YUV 208.66 89.25 113.98 -
System Red Green Blue C M Y K H S L
Decimal 189 232 140 0.19 0 0.40 0.09 88.04 0.67 0.73
Hex BD E8 8C 13 0 28 9 58 43 49
Octal 275 350 214 23 0 50 11 130 103 111
Binary 10111101 11101000 10001100 10011 0 101000 1001 1011000 1000011 1001001

Color Harmonies of #BDE88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE88C

Black with #BDE88C

Text Example


Text Example

White with #BDE88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE88C; }

 p { color: rgb(189,232,140); }

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

background-color css

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

 a { background-color: rgb(189,232,140); }

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

border-color css

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

 span { border-color: rgb(189,232,140); }

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