#BCF3FC

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

Shades of Onahau #BCF3FC

Tints of Onahau #BCF3FC

Color information

#BCF3FC (or 0xBCF3FC) is unknown color: approx Onahau. HEX triplet: BC, F3 and FC. RGB value is (188,243,252). Sum of RGB (Red+Green+Blue) = 188+243+252=683 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.53% from 683); Green value is 243 (95.31% from 255 or 35.58% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCF3FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF3FC is #430C03. Grayscale: #E3E3E3. Windows color (decimal): -4393988 or 16577468. OLE color: 16577468.

HSL color Cylindrical-coordinate representation of color #BCF3FC: hue angle of 188.44º 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 #BCF3FC is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188243252-
CMYK0.250.0400.01
HSL188.44º91.43%86.27%-
HSV(B)188.44º25.4%98.82%-
XYZ70.3681.82104.18-
YUV227.58141.7899.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.53%
GREEN value IS 243 (95.31% from 255) = 35.58%
BLUE value IS 252 (98.83% from 255) = 36.90%
R=27.53%
G=35.58%
B=36.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882432520.250.0400.01188.4491.4386.27
HexBCF3FC19401bc5b56
Octal27436337431401274133126
Binary10111100111100111111110011001100011011110010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF3FC; }

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

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

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

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

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

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

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

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