Html Css Color HEX #BDD9F3 Pale Cornflower Blue

📋 copy color: '#BDD9F3'

red 189 ◦ green 217 ◦ blue 243

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

Shades of Pale Cornflower Blue #BDD9F3

Tints of Pale Cornflower Blue #BDD9F3

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.44%

 BLUE value IS 243 (95.31% from 255) = 37.44%

R = 29.12%
G = 33.44%
B = 37.44%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDD9F3 (or 0xBDD9F3) is known color: Pale Cornflower Blue. HEX triplet: BD, D9 and F3. RGB value is (189,217,243). Sum of RGB (Red+Green+Blue) = 189+217+243=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 217 (85.16% from 255 or 33.44% from 649); Blue value is 243 (95.31% from 255 or 37.44% from 649); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDD9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD9F3 is #42260C. Grayscale: #D3D3D3. Windows color (decimal): -4335117 or 15980989. OLE color: 15980989.

HSL color Cylindrical-coordinate representation of color #BDD9F3: hue angle of 208.89º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDD9F3 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 217 243 -
CMYK 0.22 0.11 0 0.05
HSL 208.89º 0.69% 0.85% -
HSV(B) 208.89º 0.22% 0.95% -
XYZ 61.98 66.92 94.44 -
YUV 211.59 145.72 111.89 -
System Red Green Blue C M Y K H S L
Decimal 189 217 243 0.22 0.11 0 0.05 208.89 0.69 0.85
Hex BD D9 F3 16 B 0 5 D1 45 55
Octal 275 331 363 26 13 0 5 321 105 125
Binary 10111101 11011001 11110011 10110 1011 0 101 11010001 1000101 1010101

Color Harmonies of #BDD9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD9F3

Black with #BDD9F3

Text Example


Text Example

White with #BDD9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD9F3; }

 p { color: rgb(189,217,243); }

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

background-color css

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

 a { background-color: rgb(189,217,243); }

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

border-color css

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

 span { border-color: rgb(189,217,243); }

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