Html Css Color HEX #BCF0E4 Water Leaf

📋 copy color: '#BCF0E4'

red 188 ◦ green 240 ◦ blue 228

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

Shades of Water Leaf #BCF0E4

Tints of Water Leaf #BCF0E4

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.59%

 BLUE value IS 228 (89.45% from 255) = 34.76%

R = 28.66%
G = 36.59%
B = 34.76%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#BCF0E4 (or 0xBCF0E4) is known color: Water Leaf. HEX triplet: BC, F0 and E4. RGB value is (188,240,228). Sum of RGB (Red+Green+Blue) = 188+240+228=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 240 (94.14% from 255 or 36.59% from 656); Blue value is 228 (89.45% from 255 or 34.76% from 656); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF0E4 is #430F1B. Grayscale: #DFDFDF. Windows color (decimal): -4394780 or 15003836. OLE color: 15003836.

HSL color Cylindrical-coordinate representation of color #BCF0E4: hue angle of 166.15º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF0E4 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 228 -
CMYK 0.22 0 0.05 0.06
HSL 166.15º 0.63% 0.84% -
HSV(B) 166.15º 0.22% 0.94% -
XYZ 65.9 78.61 85.1 -
YUV 223.08 130.77 102.98 -
System Red Green Blue C M Y K H S L
Decimal 188 240 228 0.22 0 0.05 0.06 166.15 0.63 0.84
Hex BC F0 E4 16 0 5 6 A6 3F 54
Octal 274 360 344 26 0 5 6 246 77 124
Binary 10111100 11110000 11100100 10110 0 101 110 10100110 111111 1010100

Color Harmonies of #BCF0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF0E4

Black with #BCF0E4

Text Example


Text Example

White with #BCF0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF0E4; }

 p { color: rgb(188,240,228); }

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

background-color css

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

 a { background-color: rgb(188,240,228); }

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

border-color css

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

 span { border-color: rgb(188,240,228); }

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