#BCF1FB

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

Shades of Onahau #BCF1FB

Tints of Onahau #BCF1FB

Color information

#BCF1FB (or 0xBCF1FB) is unknown color: approx Onahau. HEX triplet: BC, F1 and FB. RGB value is (188,241,251). Sum of RGB (Red+Green+Blue) = 188+241+251=680 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.65% from 680); Green value is 241 (94.53% from 255 or 35.44% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCF1FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF1FB is #430E04. Grayscale: #E2E2E2. Windows color (decimal): -4394501 or 16511420. OLE color: 16511420.

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

Color convert

RGB188241251-
CMYK0.250.0400.02
HSL189.52º88.73%86.08%-
HSV(B)189.52º25.1%98.43%-
XYZ69.6180.57103.15-
YUV226.29141.94100.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.65%
GREEN value IS 241 (94.53% from 255) = 35.44%
BLUE value IS 251 (98.44% from 255) = 36.91%
R=27.65%
G=35.44%
B=36.91%

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
Decimal1882412510.250.0400.02189.5288.7386.08
HexBCF1FB19402be5956
Octal27436137331402276131126
Binary101111001111000111111011110011000101011111010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF1FB; }

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

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

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

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

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

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

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

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