#BCF1FA

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

Shades of Onahau #BCF1FA

Tints of Onahau #BCF1FA

Color information

#BCF1FA (or 0xBCF1FA) is unknown color: approx Onahau. HEX triplet: BC, F1 and FA. RGB value is (188,241,250). Sum of RGB (Red+Green+Blue) = 188+241+250=679 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.69% from 679); Green value is 241 (94.53% from 255 or 35.49% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCF1FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF1FA is #430E05. Grayscale: #E2E2E2. Windows color (decimal): -4394502 or 16445884. OLE color: 16445884.

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

Color convert

RGB188241250-
CMYK0.250.0400.02
HSL188.71º86.11%85.88%-
HSV(B)188.71º24.8%98.04%-
XYZ69.4580.5102.32-
YUV226.18141.44100.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.69%
GREEN value IS 241 (94.53% from 255) = 35.49%
BLUE value IS 250 (98.05% from 255) = 36.82%
R=27.69%
G=35.49%
B=36.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882412500.250.0400.02188.7186.1185.88
HexBCF1FA19402bd5656
Octal27436137231402275126126
Binary101111001111000111111010110011000101011110110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF1FA; }

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

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

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

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

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

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

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

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