Html Css Color HEX #BDE192 Sulu

📋 copy color: '#BDE192'

red 189 ◦ green 225 ◦ blue 146

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

Shades of Sulu #BDE192

Tints of Sulu #BDE192

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.18%

 BLUE value IS 146 (57.42% from 255) = 26.07%

R = 33.75%
G = 40.18%
B = 26.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#BDE192 (or 0xBDE192) is known color: Sulu. HEX triplet: BD, E1 and 92. RGB value is (189,225,146). Sum of RGB (Red+Green+Blue) = 189+225+146=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 225 (88.28% from 255 or 40.18% from 560); Blue value is 146 (57.42% from 255 or 26.07% from 560); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE192 is #421E6D. Grayscale: #CDCDCD. Windows color (decimal): -4333166 or 9626045. OLE color: 9626045.

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

Color convert

RGB 189 225 146 -
CMYK 0.16 0 0.35 0.12
HSL 87.34º 0.57% 0.73% -
HSV(B) 87.34º 0.35% 0.88% -
XYZ 53.1 66.74 37.28 -
YUV 205.23 94.57 116.42 -
System Red Green Blue C M Y K H S L
Decimal 189 225 146 0.16 0 0.35 0.12 87.34 0.57 0.73
Hex BD E1 92 10 0 23 C 57 39 49
Octal 275 341 222 20 0 43 14 127 71 111
Binary 10111101 11100001 10010010 10000 0 100011 1100 1010111 111001 1001001

Color Harmonies of #BDE192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE192

Black with #BDE192

Text Example


Text Example

White with #BDE192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE192; }

 p { color: rgb(189,225,146); }

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

background-color css

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

 a { background-color: rgb(189,225,146); }

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

border-color css

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

 span { border-color: rgb(189,225,146); }

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