Html Css Color HEX #BDFBEB Water Leaf

📋 copy color: '#BDFBEB'

red 189 ◦ green 251 ◦ blue 235

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

Shades of Water Leaf #BDFBEB

Tints of Water Leaf #BDFBEB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.19%

 BLUE value IS 235 (92.19% from 255) = 34.81%

R = 28%
G = 37.19%
B = 34.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#BDFBEB (or 0xBDFBEB) is known color: Water Leaf. HEX triplet: BD, FB and EB. RGB value is (189,251,235). Sum of RGB (Red+Green+Blue) = 189+251+235=675 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28% from 675); Green value is 251 (98.44% from 255 or 37.19% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFBEB is #420414. Grayscale: #E6E6E6. Windows color (decimal): -4326421 or 15465405. OLE color: 15465405.

HSL color Cylindrical-coordinate representation of color #BDFBEB: hue angle of 164.52º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFBEB is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 251 235 -
CMYK 0.25 0 0.06 0.02
HSL 164.52º 0.89% 0.86% -
HSV(B) 164.52º 0.25% 0.98% -
XYZ 70.48 85.81 91.45 -
YUV 230.64 130.46 98.3 -
System Red Green Blue C M Y K H S L
Decimal 189 251 235 0.25 0 0.06 0.02 164.52 0.89 0.86
Hex BD FB EB 19 0 6 2 A5 59 56
Octal 275 373 353 31 0 6 2 245 131 126
Binary 10111101 11111011 11101011 11001 0 110 10 10100101 1011001 1010110

Color Harmonies of #BDFBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFBEB

Black with #BDFBEB

Text Example


Text Example

White with #BDFBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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