#bcf2fa

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

Shades of Onahau #BCF2FA

Tints of Onahau #BCF2FA

Color information

#BCF2FA (or 0xBCF2FA) is unknown color: approx Onahau. HEX triplet: BC, F2 and FA. RGB value is (188,242,250). Sum of RGB (Red+Green+Blue) = 188+242+250=680 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.65% from 680); Green value is 242 (94.92% from 255 or 35.59% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCF2FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF2FA is #430D05. Grayscale: #E2E2E2. Windows color (decimal): -4394246 or 16446140. OLE color: 16446140.

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

Color convert

RGB188242250-
CMYK0.250.0300.02
HSL187.74º86.11%85.88%-
HSV(B)187.74º24.8%98.04%-
XYZ69.7581.1102.42-
YUV226.77141.11100.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.65%
GREEN value IS 242 (94.92% from 255) = 35.59%
BLUE value IS 250 (98.05% from 255) = 36.76%
R=27.65%
G=35.59%
B=36.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882422500.250.0300.02187.7486.1185.88
HexBCF2FA19302bc5656
Octal27436237231302274126126
Binary10111100111100101111101011001110101011110010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcf2fa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcf2fa; }

 p { color: rgb(188,242,250); }

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

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

 a { background-color: rgb(188,242,250); }

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

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

 span { border-color: rgb(188,242,250); }

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