Html Css Color HEX #BDE896 Reef

📋 copy color: '#BDE896'

red 189 ◦ green 232 ◦ blue 150

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

Shades of Reef #BDE896

Tints of Reef #BDE896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.27%

R = 33.1%
G = 40.63%
B = 26.27%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#BDE896 (or 0xBDE896) is known color: Reef. HEX triplet: BD, E8 and 96. RGB value is (189,232,150). Sum of RGB (Red+Green+Blue) = 189+232+150=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 232 (91.02% from 255 or 40.63% from 571); Blue value is 150 (58.98% from 255 or 26.27% from 571); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE896 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE896 is #421769. Grayscale: #D2D2D2. Windows color (decimal): -4331370 or 9889981. OLE color: 9889981.

HSL color Cylindrical-coordinate representation of color #BDE896: hue angle of 91.46º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDE896 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 232 150 -
CMYK 0.19 0 0.35 0.09
HSL 91.46º 0.64% 0.75% -
HSV(B) 91.46º 0.35% 0.91% -
XYZ 55.35 70.73 39.59 -
YUV 209.8 94.25 113.17 -
System Red Green Blue C M Y K H S L
Decimal 189 232 150 0.19 0 0.35 0.09 91.46 0.64 0.75
Hex BD E8 96 13 0 23 9 5B 40 4B
Octal 275 350 226 23 0 43 11 133 100 113
Binary 10111101 11101000 10010110 10011 0 100011 1001 1011011 1000000 1001011

Color Harmonies of #BDE896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE896

Black with #BDE896

Text Example


Text Example

White with #BDE896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE896; }

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

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

background-color css

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

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

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

border-color css

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

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

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