#B4DEFD

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

Shades of Pale Cornflower Blue #B4DEFD

Tints of Pale Cornflower Blue #B4DEFD

Color information

#B4DEFD (or 0xB4DEFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: B4, DE and FD. RGB value is (180,222,253). Sum of RGB (Red+Green+Blue) = 180+222+253=655 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.48% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #B4DEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DEFD is #4B2102. Grayscale: #D4D4D4. Windows color (decimal): -4923651 or 16637620. OLE color: 16637620.

HSL color Cylindrical-coordinate representation of color #B4DEFD: hue angle of 205.48º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4DEFD is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB180222253-
CMYK0.290.1200.01
HSL205.48º94.81%84.9%-
HSV(B)205.48º28.85%99.22%-
XYZ62.6769.04102.95-
YUV212.98150.59104.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.48%
GREEN value IS 222 (87.11% from 255) = 33.89%
BLUE value IS 253 (99.22% from 255) = 38.63%
R=27.48%
G=33.89%
B=38.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802222530.290.1200.01205.4894.8184.9
HexB4DEFD1DC01cd5f55
Octal264336375351401315137125
Binary101101001101111011111101111011100011100110110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DEFD; }

 p { color: rgb(180,222,253); }

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

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

 a { background-color: rgb(180,222,253); }

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

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

 span { border-color: rgb(180,222,253); }

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