#B6DCF8

Color #B6DCF8 Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #B6DCF8

Tints of Pale Cornflower Blue #B6DCF8

Color information

#B6DCF8 (or 0xB6DCF8) is unknown color: approx Pale Cornflower Blue. HEX triplet: B6, DC and F8. RGB value is (182,220,248). Sum of RGB (Red+Green+Blue) = 182+220+248=650 (86% of max value = 765). Red value is 182 (71.48% from 255 or 28% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 248 (97.27% from 255 or 38.15% from 650); Max value from RGB is 248 - color contains mainly: blue. Hex color #B6DCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DCF8 is #492307. Grayscale: #D3D3D3. Windows color (decimal): -4793096 or 16309430. OLE color: 16309430.

HSL color Cylindrical-coordinate representation of color #B6DCF8: hue angle of 205.45º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6DCF8 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB182220248-
CMYK0.270.1100.03
HSL205.45º82.5%84.31%-
HSV(B)205.45º26.61%97.25%-
XYZ61.8367.9198.66-
YUV211.83148.41106.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28%
GREEN value IS 220 (86.33% from 255) = 33.85%
BLUE value IS 248 (97.27% from 255) = 38.15%
R=28%
G=33.85%
B=38.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1822202480.270.1100.03205.4582.584.31
HexB6DCF81BB03cd5254
Octal266334370331303315122124
Binary1011011011011100111110001101110110111100110110100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DCF8; }

 p { color: rgb(182,220,248); }

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

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

 a { background-color: rgb(182,220,248); }

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

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

 span { border-color: rgb(182,220,248); }

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