#BCDFF5

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

Shades of Onahau #BCDFF5

Tints of Onahau #BCDFF5

Color information

#BCDFF5 (or 0xBCDFF5) is unknown color: approx Onahau. HEX triplet: BC, DF and F5. RGB value is (188,223,245). Sum of RGB (Red+Green+Blue) = 188+223+245=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 245 (96.09% from 255 or 37.35% from 656); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCDFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDFF5 is #43200A. Grayscale: #D6D6D6. Windows color (decimal): -4399115 or 16113596. OLE color: 16113596.

HSL color Cylindrical-coordinate representation of color #BCDFF5: hue angle of 203.16º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCDFF5 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB188223245-
CMYK0.230.0900.04
HSL203.16º74.03%84.9%-
HSV(B)203.16º23.27%96.08%-
XYZ63.6170.0696.56-
YUV215.04144.9108.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.66%
GREEN value IS 223 (87.5% from 255) = 33.99%
BLUE value IS 245 (96.09% from 255) = 37.35%
R=28.66%
G=33.99%
B=37.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882232450.230.0900.04203.1674.0384.9
HexBCDFF517904cb4a55
Octal274337365271104313112125
Binary10111100110111111111010110111100101001100101110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFF5; }

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

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

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

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

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

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

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

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