Html Css Color HEX #B8FCED Water Leaf

📋 copy color: '#B8FCED'

red 184 ◦ green 252 ◦ blue 237

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

Shades of Water Leaf #B8FCED

Tints of Water Leaf #B8FCED

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.44%

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

R = 27.34%
G = 37.44%
B = 35.22%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#B8FCED (or 0xB8FCED) is known color: Water Leaf. HEX triplet: B8, FC and ED. RGB value is (184,252,237). Sum of RGB (Red+Green+Blue) = 184+252+237=673 (89% of max value = 765). Red value is 184 (72.27% from 255 or 27.34% from 673); Green value is 252 (98.83% from 255 or 37.44% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 252 - color contains mainly: green. Hex color #B8FCED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FCED is #470312. Grayscale: #E5E5E5. Windows color (decimal): -4653843 or 15596728. OLE color: 15596728.

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

Color convert

RGB 184 252 237 -
CMYK 0.27 0 0.06 0.01
HSL 166.76º 0.92% 0.85% -
HSV(B) 166.76º 0.27% 0.99% -
XYZ 69.86 85.93 93.02 -
YUV 229.96 131.97 95.22 -
System Red Green Blue C M Y K H S L
Decimal 184 252 237 0.27 0 0.06 0.01 166.76 0.92 0.85
Hex B8 FC ED 1B 0 6 1 A7 5C 55
Octal 270 374 355 33 0 6 1 247 134 125
Binary 10111000 11111100 11101101 11011 0 110 1 10100111 1011100 1010101

Color Harmonies of #B8FCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8FCED

Black with #B8FCED

Text Example


Text Example

White with #B8FCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8FCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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