#BCE7FF

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

Shades of Onahau #BCE7FF

Tints of Onahau #BCE7FF

Color information

#BCE7FF (or 0xBCE7FF) is unknown color: approx Onahau. HEX triplet: BC, E7 and FF. RGB value is (188,231,255). Sum of RGB (Red+Green+Blue) = 188+231+255=674 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.89% from 674); Green value is 231 (90.62% from 255 or 34.27% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCE7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE7FF is #431800. Grayscale: #DCDCDC. Windows color (decimal): -4397057 or 16771004. OLE color: 16771004.

HSL color Cylindrical-coordinate representation of color #BCE7FF: hue angle of 201.49º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCE7FF is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB188231255-
CMYK0.260.0900
HSL201.49º100%86.86%-
HSV(B)201.49º26.27%100%-
XYZ67.3675.06105.55-
YUV220.88147.25104.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.89%
GREEN value IS 231 (90.62% from 255) = 34.27%
BLUE value IS 255 (100% from 255) = 37.83%
R=27.89%
G=34.27%
B=37.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882312550.260.0900201.4910086.86
HexBCE7FF1A900c96457
Octal274347377321100311144127
Binary101111001110011111111111110101001001100100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE7FF; }

 p { color: rgb(188,231,255); }

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

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

 a { background-color: rgb(188,231,255); }

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

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

 span { border-color: rgb(188,231,255); }

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