Html Css Color HEX #BCFAEB Water Leaf

📋 copy color: '#BCFAEB'

red 188 ◦ green 250 ◦ blue 235

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

Shades of Water Leaf #BCFAEB

Tints of Water Leaf #BCFAEB

RGB

 RED value IS 188 (73.83% from 255) = 27.93%

 GREEN value IS 250 (98.05% from 255) = 37.15%

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

R = 27.93%
G = 37.15%
B = 34.92%

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

#BCFAEB (or 0xBCFAEB) is known color: Water Leaf. HEX triplet: BC, FA and EB. RGB value is (188,250,235). Sum of RGB (Red+Green+Blue) = 188+250+235=673 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.93% from 673); Green value is 250 (98.05% from 255 or 37.15% from 673); Blue value is 235 (92.19% from 255 or 34.92% from 673); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFAEB is #430514. Grayscale: #E5E5E5. Windows color (decimal): -4392213 or 15465148. OLE color: 15465148.

HSL color Cylindrical-coordinate representation of color #BCFAEB: hue angle of 165.48º degrees, saturation: 0.86, 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 #BCFAEB is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 250 235 -
CMYK 0.25 0 0.06 0.02
HSL 165.48º 0.86% 0.86% -
HSV(B) 165.48º 0.25% 0.98% -
XYZ 69.92 85.06 91.33 -
YUV 229.75 130.96 98.22 -
System Red Green Blue C M Y K H S L
Decimal 188 250 235 0.25 0 0.06 0.02 165.48 0.86 0.86
Hex BC FA EB 19 0 6 2 A5 56 56
Octal 274 372 353 31 0 6 2 245 126 126
Binary 10111100 11111010 11101011 11001 0 110 10 10100101 1010110 1010110

Color Harmonies of #BCFAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFAEB

Black with #BCFAEB

Text Example


Text Example

White with #BCFAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFAEB; }

 p { color: rgb(188,250,235); }

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

background-color css

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

 a { background-color: rgb(188,250,235); }

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

border-color css

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

 span { border-color: rgb(188,250,235); }

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