#BCF0F4

Color #BCF0F4 Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #BCF0F4

Tints of Onahau #BCF0F4

Color information

#BCF0F4 (or 0xBCF0F4) is unknown color: approx Onahau. HEX triplet: BC, F0 and F4. RGB value is (188,240,244). Sum of RGB (Red+Green+Blue) = 188+240+244=672 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.98% from 672); Green value is 240 (94.14% from 255 or 35.71% from 672); Blue value is 244 (95.70% from 255 or 36.31% from 672); Max value from RGB is 244 - color contains mainly: blue. Hex color #BCF0F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF0F4 is #430F0B. Grayscale: #E0E0E0. Windows color (decimal): -4394764 or 16052412. OLE color: 16052412.

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

Color convert

RGB188240244-
CMYK0.230.0200.04
HSL184.29º71.79%84.71%-
HSV(B)184.29º22.95%95.69%-
XYZ68.2379.5497.35-
YUV224.91138.77101.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.98%
GREEN value IS 240 (94.14% from 255) = 35.71%
BLUE value IS 244 (95.70% from 255) = 36.31%
R=27.98%
G=35.71%
B=36.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882402440.230.0200.04184.2971.7984.71
HexBCF0F417204b84855
Octal27436036427204270110125
Binary101111001111000011110100101111001001011100010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF0F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF0F4; }

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

 H1.HeaderClassName
 {
   color: #BCF0F4;
 }
 .AnyTagClassName
 {
   color: #BCF0F4;
 }
</style>
background-color css

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

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

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

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

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

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