#BCE1F1

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

Shades of Onahau #BCE1F1

Tints of Onahau #BCE1F1

Color information

#BCE1F1 (or 0xBCE1F1) is unknown color: approx Onahau. HEX triplet: BC, E1 and F1. RGB value is (188,225,241). Sum of RGB (Red+Green+Blue) = 188+225+241=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 225 (88.28% from 255 or 34.40% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCE1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE1F1 is #431E0E. Grayscale: #D7D7D7. Windows color (decimal): -4398607 or 15851964. OLE color: 15851964.

HSL color Cylindrical-coordinate representation of color #BCE1F1: hue angle of 198.11º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCE1F1 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188225241-
CMYK0.220.0700.05
HSL198.11º65.43%84.12%-
HSV(B)198.11º21.99%94.51%-
XYZ63.5470.8993.55-
YUV215.76142.24108.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.75%
GREEN value IS 225 (88.28% from 255) = 34.40%
BLUE value IS 241 (94.53% from 255) = 36.85%
R=28.75%
G=34.40%
B=36.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882252410.220.0700.05198.1165.4384.12
HexBCE1F116705c64154
Octal27434136126705306101124
Binary1011110011100001111100011011011101011100011010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE1F1; }

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

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

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

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

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

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

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

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