#BCEFF3

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

Shades of Onahau #BCEFF3

Tints of Onahau #BCEFF3

Color information

#BCEFF3 (or 0xBCEFF3) is unknown color: approx Onahau. HEX triplet: BC, EF and F3. RGB value is (188,239,243). Sum of RGB (Red+Green+Blue) = 188+239+243=670 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.06% from 670); Green value is 239 (93.75% from 255 or 35.67% from 670); Blue value is 243 (95.31% from 255 or 36.27% from 670); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCEFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEFF3 is #43100C. Grayscale: #E0E0E0. Windows color (decimal): -4395021 or 15986620. OLE color: 15986620.

HSL color Cylindrical-coordinate representation of color #BCEFF3: hue angle of 184.36º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCEFF3 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188239243-
CMYK0.230.0200.05
HSL184.36º69.62%84.51%-
HSV(B)184.36º22.63%95.29%-
XYZ67.7878.996.45-
YUV224.21138.6102.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.06%
GREEN value IS 239 (93.75% from 255) = 35.67%
BLUE value IS 243 (95.31% from 255) = 36.27%
R=28.06%
G=35.67%
B=36.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882392430.230.0200.05184.3669.6284.51
HexBCEFF317205b84655
Octal27435736327205270106125
Binary101111001110111111110011101111001011011100010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEFF3; }

 p { color: rgb(188,239,243); }

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

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

 a { background-color: rgb(188,239,243); }

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

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

 span { border-color: rgb(188,239,243); }

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