#BDDDF7

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

Shades of Pale Cornflower Blue #BDDDF7

Tints of Pale Cornflower Blue #BDDDF7

Color information

#BDDDF7 (or 0xBDDDF7) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, DD and F7. RGB value is (189,221,247). Sum of RGB (Red+Green+Blue) = 189+221+247=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 247 (96.88% from 255 or 37.60% from 657); Max value from RGB is 247 - color contains mainly: blue. Hex color #BDDDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDF7 is #422208. Grayscale: #D6D6D6. Windows color (decimal): -4334089 or 16244157. OLE color: 16244157.

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

Color convert

RGB189221247-
CMYK0.230.1100.03
HSL206.9º78.38%85.49%-
HSV(B)206.9º23.48%96.86%-
XYZ63.6369.2598.01-
YUV214.4146.4109.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.77%
GREEN value IS 221 (86.72% from 255) = 33.64%
BLUE value IS 247 (96.88% from 255) = 37.60%
R=28.77%
G=33.64%
B=37.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892212470.230.1100.03206.978.3885.49
HexBDDDF717B03cf4e55
Octal275335367271303317116125
Binary1011110111011101111101111011110110111100111110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDF7; }

 p { color: rgb(189,221,247); }

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

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

 a { background-color: rgb(189,221,247); }

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

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

 span { border-color: rgb(189,221,247); }

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