Html Css Color HEX #BDEB95 Reef

📋 copy color: '#BDEB95'

red 189 ◦ green 235 ◦ blue 149

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

Shades of Reef #BDEB95

Tints of Reef #BDEB95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26%

R = 32.98%
G = 41.01%
B = 26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#BDEB95 (or 0xBDEB95) is known color: Reef. HEX triplet: BD, EB and 95. RGB value is (189,235,149). Sum of RGB (Red+Green+Blue) = 189+235+149=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 235 (92.19% from 255 or 41.01% from 573); Blue value is 149 (58.59% from 255 or 26.00% from 573); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEB95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEB95 is #42146A. Grayscale: #D3D3D3. Windows color (decimal): -4330603 or 9825213. OLE color: 9825213.

HSL color Cylindrical-coordinate representation of color #BDEB95: hue angle of 92.09º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDEB95 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 235 149 -
CMYK 0.20 0 0.37 0.08
HSL 92.09º 0.68% 0.75% -
HSV(B) 92.09º 0.37% 0.92% -
XYZ 56.12 72.41 39.45 -
YUV 211.44 92.76 111.99 -
System Red Green Blue C M Y K H S L
Decimal 189 235 149 0.20 0 0.37 0.08 92.09 0.68 0.75
Hex BD EB 95 14 0 25 8 5C 44 4B
Octal 275 353 225 24 0 45 10 134 104 113
Binary 10111101 11101011 10010101 10100 0 100101 1000 1011100 1000100 1001011

Color Harmonies of #BDEB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEB95

Black with #BDEB95

Text Example


Text Example

White with #BDEB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEB95; }

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

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

background-color css

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

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

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

border-color css

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

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

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