#B6DFFB

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

Shades of Pale Cornflower Blue #B6DFFB

Tints of Pale Cornflower Blue #B6DFFB

Color information

#B6DFFB (or 0xB6DFFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B6, DF and FB. RGB value is (182,223,251). Sum of RGB (Red+Green+Blue) = 182+223+251=656 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.74% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #B6DFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DFFB is #492004. Grayscale: #D5D5D5. Windows color (decimal): -4792325 or 16506806. OLE color: 16506806.

HSL color Cylindrical-coordinate representation of color #B6DFFB: hue angle of 204.35º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6DFFB is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB182223251-
CMYK0.270.1100.02
HSL204.35º89.61%84.9%-
HSV(B)204.35º27.49%98.43%-
XYZ63.0969.69101.39-
YUV213.93148.92105.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.74%
GREEN value IS 223 (87.5% from 255) = 33.99%
BLUE value IS 251 (98.44% from 255) = 38.26%
R=27.74%
G=33.99%
B=38.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822232510.270.1100.02204.3589.6184.9
HexB6DFFB1BB02cc5a55
Octal266337373331302314132125
Binary1011011011011111111110111101110110101100110010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DFFB; }

 p { color: rgb(182,223,251); }

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

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

 a { background-color: rgb(182,223,251); }

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

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

 span { border-color: rgb(182,223,251); }

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