Html Css Color HEX #BCF6E6 Water Leaf

📋 copy color: '#BCF6E6'

red 188 ◦ green 246 ◦ blue 230

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

Shades of Water Leaf #BCF6E6

Tints of Water Leaf #BCF6E6

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.05%

 BLUE value IS 230 (90.23% from 255) = 34.64%

R = 28.31%
G = 37.05%
B = 34.64%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#BCF6E6 (or 0xBCF6E6) is known color: Water Leaf. HEX triplet: BC, F6 and E6. RGB value is (188,246,230). Sum of RGB (Red+Green+Blue) = 188+246+230=664 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.31% from 664); Green value is 246 (96.48% from 255 or 37.05% from 664); Blue value is 230 (90.23% from 255 or 34.64% from 664); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF6E6 is #430919. Grayscale: #E2E2E2. Windows color (decimal): -4393242 or 15136444. OLE color: 15136444.

HSL color Cylindrical-coordinate representation of color #BCF6E6: hue angle of 163.45º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF6E6 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 246 230 -
CMYK 0.24 0 0.07 0.04
HSL 163.45º 0.76% 0.85% -
HSV(B) 163.45º 0.24% 0.96% -
XYZ 67.98 82.32 87.17 -
YUV 226.83 129.78 100.3 -
System Red Green Blue C M Y K H S L
Decimal 188 246 230 0.24 0 0.07 0.04 163.45 0.76 0.85
Hex BC F6 E6 18 0 7 4 A3 4C 55
Octal 274 366 346 30 0 7 4 243 114 125
Binary 10111100 11110110 11100110 11000 0 111 100 10100011 1001100 1010101

Color Harmonies of #BCF6E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF6E6

Black with #BCF6E6

Text Example


Text Example

White with #BCF6E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF6E6; }

 p { color: rgb(188,246,230); }

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

background-color css

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

 a { background-color: rgb(188,246,230); }

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

border-color css

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

 span { border-color: rgb(188,246,230); }

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