Html Css Color HEX #BDDDF9 Pale Cornflower Blue

📋 copy color: '#BDDDF9'

red 189 ◦ green 221 ◦ blue 249

#BDDDF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Cornflower Blue #BDDDF9

Tints of Pale Cornflower Blue #BDDDF9

RGB

 RED value IS 189 (74.22% from 255) = 28.68%

 GREEN value IS 221 (86.72% from 255) = 33.54%

 BLUE value IS 249 (97.66% from 255) = 37.78%

R = 28.68%
G = 33.54%
B = 37.78%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDDDF9 (or 0xBDDDF9) is known color: Pale Cornflower Blue. HEX triplet: BD, DD and F9. RGB value is (189,221,249). Sum of RGB (Red+Green+Blue) = 189+221+249=659 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.68% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 249 (97.66% from 255 or 37.78% from 659); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDDDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDF9 is #422206. Grayscale: #D6D6D6. Windows color (decimal): -4334087 or 16375229. OLE color: 16375229.

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

Color convert

RGB 189 221 249 -
CMYK 0.24 0.11 0 0.02
HSL 208º 0.83% 0.86% -
HSV(B) 208º 0.24% 0.98% -
XYZ 63.94 69.37 99.64 -
YUV 214.62 147.4 109.72 -
System Red Green Blue C M Y K H S L
Decimal 189 221 249 0.24 0.11 0 0.02 208 0.83 0.86
Hex BD DD F9 18 B 0 2 D0 53 56
Octal 275 335 371 30 13 0 2 320 123 126
Binary 10111101 11011101 11111001 11000 1011 0 10 11010000 1010011 1010110

Color Harmonies of #BDDDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDDF9

Black with #BDDDF9

Text Example


Text Example

White with #BDDDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDDF9; }

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

 H1.HeaderClassName
 {
   color: #BDDDF9;
 }
 .AnyTagClassName
 {
   color: #BDDDF9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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