#BCDFEB

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

Shades of Onahau #BCDFEB

Tints of Onahau #BCDFEB

Color information

#BCDFEB (or 0xBCDFEB) is unknown color: approx Onahau. HEX triplet: BC, DF and EB. RGB value is (188,223,235). Sum of RGB (Red+Green+Blue) = 188+223+235=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCDFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDFEB is #432014. Grayscale: #D5D5D5. Windows color (decimal): -4399125 or 15458236. OLE color: 15458236.

HSL color Cylindrical-coordinate representation of color #BCDFEB: hue angle of 195.32º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCDFEB is Cyan = 0.2, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188223235-
CMYK0.20.0500.08
HSL195.32º54.02%82.94%-
HSV(B)195.32º20%92.16%-
XYZ62.1269.4688.73-
YUV213.9139.9109.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.10%
GREEN value IS 223 (87.5% from 255) = 34.52%
BLUE value IS 235 (92.19% from 255) = 36.38%
R=29.10%
G=34.52%
B=36.38%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882232350.20.0500.08195.3254.0282.94
HexBCDFEB14508c33653
Octal27433735324501030366123
Binary1011110011011111111010111010010101000110000111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFEB; }

 p { color: rgb(188,223,235); }

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

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

 a { background-color: rgb(188,223,235); }

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

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

 span { border-color: rgb(188,223,235); }

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