#BCF4FD

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

Shades of Onahau #BCF4FD

Tints of Onahau #BCF4FD

Color information

#BCF4FD (or 0xBCF4FD) is unknown color: approx Onahau. HEX triplet: BC, F4 and FD. RGB value is (188,244,253). Sum of RGB (Red+Green+Blue) = 188+244+253=685 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.45% from 685); Green value is 244 (95.70% from 255 or 35.62% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCF4FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF4FD is #430B02. Grayscale: #E4E4E4. Windows color (decimal): -4393731 or 16643260. OLE color: 16643260.

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

Color convert

RGB188244253-
CMYK0.260.0400.01
HSL188.31º94.2%86.47%-
HSV(B)188.31º25.69%99.22%-
XYZ70.8282.48105.12-
YUV228.28141.9599.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.45%
GREEN value IS 244 (95.70% from 255) = 35.62%
BLUE value IS 253 (99.22% from 255) = 36.93%
R=27.45%
G=35.62%
B=36.93%

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
Decimal1882442530.260.0400.01188.3194.286.47
HexBCF4FD1A401bc5e56
Octal27436437532401274136126
Binary10111100111101001111110111010100011011110010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF4FD; }

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

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

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

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

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

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

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

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