#BCF4FC

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

Shades of Onahau #BCF4FC

Tints of Onahau #BCF4FC

Color information

#BCF4FC (or 0xBCF4FC) is unknown color: approx Onahau. HEX triplet: BC, F4 and FC. RGB value is (188,244,252). Sum of RGB (Red+Green+Blue) = 188+244+252=684 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.49% from 684); Green value is 244 (95.70% from 255 or 35.67% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCF4FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF4FC is #430B03. Grayscale: #E4E4E4. Windows color (decimal): -4393732 or 16577724. OLE color: 16577724.

HSL color Cylindrical-coordinate representation of color #BCF4FC: hue angle of 187.5º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCF4FC is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188244252-
CMYK0.250.0300.01
HSL187.5º91.43%86.27%-
HSV(B)187.5º25.4%98.82%-
XYZ70.6682.42104.28-
YUV228.17141.4599.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.49%
GREEN value IS 244 (95.70% from 255) = 35.67%
BLUE value IS 252 (98.83% from 255) = 36.84%
R=27.49%
G=35.67%
B=36.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882442520.250.0300.01187.591.4386.27
HexBCF4FC19301bc5b56
Octal27436437431301274133126
Binary1011110011110100111111001100111011011110010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF4FC; }

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

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

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

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

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

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

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

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