#BCF3FD

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

Shades of Onahau #BCF3FD

Tints of Onahau #BCF3FD

Color information

#BCF3FD (or 0xBCF3FD) is unknown color: approx Onahau. HEX triplet: BC, F3 and FD. RGB value is (188,243,253). Sum of RGB (Red+Green+Blue) = 188+243+253=684 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.49% from 684); Green value is 243 (95.31% from 255 or 35.53% from 684); Blue value is 253 (99.22% from 255 or 36.99% from 684); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCF3FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF3FD is #430C02. Grayscale: #E3E3E3. Windows color (decimal): -4393987 or 16643004. OLE color: 16643004.

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

Color convert

RGB188243253-
CMYK0.260.0400.01
HSL189.23º94.2%86.47%-
HSV(B)189.23º25.69%99.22%-
XYZ70.5281.88105.02-
YUV227.7142.2899.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.49%
GREEN value IS 243 (95.31% from 255) = 35.53%
BLUE value IS 253 (99.22% from 255) = 36.99%
R=27.49%
G=35.53%
B=36.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882432530.260.0400.01189.2394.286.47
HexBCF3FD1A401bd5e56
Octal27436337532401275136126
Binary10111100111100111111110111010100011011110110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF3FD; }

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

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

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

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

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

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

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

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