#BCEEFF

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

Shades of Onahau #BCEEFF

Tints of Onahau #BCEEFF

Color information

#BCEEFF (or 0xBCEEFF) is unknown color: approx Onahau. HEX triplet: BC, EE and FF. RGB value is (188,238,255). Sum of RGB (Red+Green+Blue) = 188+238+255=681 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.61% from 681); Green value is 238 (93.36% from 255 or 34.95% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCEEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEEFF is #431100. Grayscale: #E0E0E0. Windows color (decimal): -4395265 or 16772796. OLE color: 16772796.

HSL color Cylindrical-coordinate representation of color #BCEEFF: hue angle of 195.22º 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 #BCEEFF is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB188238255-
CMYK0.260.0700
HSL195.22º100%86.86%-
HSV(B)195.22º26.27%100%-
XYZ69.3679.06106.21-
YUV224.99144.94101.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.61%
GREEN value IS 238 (93.36% from 255) = 34.95%
BLUE value IS 255 (100% from 255) = 37.44%
R=27.61%
G=34.95%
B=37.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882382550.260.0700195.2210086.86
HexBCEEFF1A700c36457
Octal27435637732700303144127
Binary10111100111011101111111111010111001100001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEEFF; }

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

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

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

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

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

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

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

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