#BCDFF3

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

Shades of Onahau #BCDFF3

Tints of Onahau #BCDFF3

Color information

#BCDFF3 (or 0xBCDFF3) is unknown color: approx Onahau. HEX triplet: BC, DF and F3. RGB value is (188,223,243). Sum of RGB (Red+Green+Blue) = 188+223+243=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 243 (95.31% from 255 or 37.16% from 654); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCDFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDFF3 is #43200C. Grayscale: #D6D6D6. Windows color (decimal): -4399117 or 15982524. OLE color: 15982524.

HSL color Cylindrical-coordinate representation of color #BCDFF3: hue angle of 201.82º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCDFF3 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188223243-
CMYK0.230.0800.05
HSL201.82º69.62%84.51%-
HSV(B)201.82º22.63%95.29%-
XYZ63.369.9494.96-
YUV214.81143.9108.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.75%
GREEN value IS 223 (87.5% from 255) = 34.10%
BLUE value IS 243 (95.31% from 255) = 37.16%
R=28.75%
G=34.10%
B=37.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882232430.230.0800.05201.8269.6284.51
HexBCDFF317805ca4655
Octal274337363271005312106125
Binary10111100110111111111001110111100001011100101010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFF3; }

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

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

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

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

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

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

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

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