#B6DEFE

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

Shades of Pale Cornflower Blue #B6DEFE

Tints of Pale Cornflower Blue #B6DEFE

Color information

#B6DEFE (or 0xB6DEFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B6, DE and FE. RGB value is (182,222,254). Sum of RGB (Red+Green+Blue) = 182+222+254=658 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.66% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #B6DEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DEFE is #492101. Grayscale: #D5D5D5. Windows color (decimal): -4792578 or 16703158. OLE color: 16703158.

HSL color Cylindrical-coordinate representation of color #B6DEFE: hue angle of 206.67º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6DEFE is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB182222254-
CMYK0.280.1300.00
HSL206.67º97.3%85.49%-
HSV(B)206.67º28.35%99.61%-
XYZ63.369.34103.81-
YUV213.69150.75105.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.66%
GREEN value IS 222 (87.11% from 255) = 33.74%
BLUE value IS 254 (99.61% from 255) = 38.60%
R=27.66%
G=33.74%
B=38.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1822222540.280.1300.00206.6797.385.49
HexB6DEFE1CD00cf6155
Octal266336376341500317141125
Binary101101101101111011111110111001101001100111111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DEFE; }

 p { color: rgb(182,222,254); }

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

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

 a { background-color: rgb(182,222,254); }

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

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

 span { border-color: rgb(182,222,254); }

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