#BCF0FA

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

Shades of Onahau #BCF0FA

Tints of Onahau #BCF0FA

Color information

#BCF0FA (or 0xBCF0FA) is unknown color: approx Onahau. HEX triplet: BC, F0 and FA. RGB value is (188,240,250). Sum of RGB (Red+Green+Blue) = 188+240+250=678 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.73% from 678); Green value is 240 (94.14% from 255 or 35.40% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCF0FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF0FA is #430F05. Grayscale: #E1E1E1. Windows color (decimal): -4394758 or 16445628. OLE color: 16445628.

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

Color convert

RGB188240250-
CMYK0.250.0400.02
HSL189.68º86.11%85.88%-
HSV(B)189.68º24.8%98.04%-
XYZ69.1579.91102.22-
YUV225.59141.77101.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.73%
GREEN value IS 240 (94.14% from 255) = 35.40%
BLUE value IS 250 (98.05% from 255) = 36.87%
R=27.73%
G=35.40%
B=36.87%

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
Decimal1882402500.250.0400.02189.6886.1185.88
HexBCF0FA19402be5656
Octal27436037231402276126126
Binary101111001111000011111010110011000101011111010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF0FA; }

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

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

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

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

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

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

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

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