Html Css Color HEX #B8FBED Water Leaf

📋 copy color: '#B8FBED'

red 184 ◦ green 251 ◦ blue 237

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

Shades of Water Leaf #B8FBED

Tints of Water Leaf #B8FBED

RGB

 RED value IS 184 (72.27% from 255) = 27.38%

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

 BLUE value IS 237 (92.97% from 255) = 35.27%

R = 27.38%
G = 37.35%
B = 35.27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#B8FBED (or 0xB8FBED) is known color: Water Leaf. HEX triplet: B8, FB and ED. RGB value is (184,251,237). Sum of RGB (Red+Green+Blue) = 184+251+237=672 (89% of max value = 765). Red value is 184 (72.27% from 255 or 27.38% from 672); Green value is 251 (98.44% from 255 or 37.35% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 251 - color contains mainly: green. Hex color #B8FBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FBED is #470412. Grayscale: #E5E5E5. Windows color (decimal): -4654099 or 15596472. OLE color: 15596472.

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

Color convert

RGB 184 251 237 -
CMYK 0.27 0 0.06 0.02
HSL 167.46º 0.89% 0.85% -
HSV(B) 167.46º 0.27% 0.98% -
XYZ 69.55 85.3 92.92 -
YUV 229.37 132.3 95.64 -
System Red Green Blue C M Y K H S L
Decimal 184 251 237 0.27 0 0.06 0.02 167.46 0.89 0.85
Hex B8 FB ED 1B 0 6 2 A7 59 55
Octal 270 373 355 33 0 6 2 247 131 125
Binary 10111000 11111011 11101101 11011 0 110 10 10100111 1011001 1010101

Color Harmonies of #B8FBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8FBED

Black with #B8FBED

Text Example


Text Example

White with #B8FBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8FBED; }

 p { color: rgb(184,251,237); }

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

background-color css

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

 a { background-color: rgb(184,251,237); }

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

border-color css

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

 span { border-color: rgb(184,251,237); }

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