Html Css Color HEX #BDD9FE Pale Cornflower Blue

📋 copy color: '#BDD9FE'

red 189 ◦ green 217 ◦ blue 254

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

Shades of Pale Cornflower Blue #BDD9FE

Tints of Pale Cornflower Blue #BDD9FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.48%

R = 28.64%
G = 32.88%
B = 38.48%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BDD9FE (or 0xBDD9FE) is known color: Pale Cornflower Blue. HEX triplet: BD, D9 and FE. RGB value is (189,217,254). Sum of RGB (Red+Green+Blue) = 189+217+254=660 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.64% from 660); Green value is 217 (85.16% from 255 or 32.88% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDD9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD9FE is #422601. Grayscale: #D4D4D4. Windows color (decimal): -4335106 or 16701885. OLE color: 16701885.

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

Color convert

RGB 189 217 254 -
CMYK 0.26 0.15 0 0.00
HSL 214.15º 0.97% 0.87% -
HSV(B) 214.15º 0.26% 1% -
XYZ 63.69 67.6 103.46 -
YUV 212.85 151.22 110.99 -
System Red Green Blue C M Y K H S L
Decimal 189 217 254 0.26 0.15 0 0.00 214.15 0.97 0.87
Hex BD D9 FE 1A F 0 0 D6 61 57
Octal 275 331 376 32 17 0 0 326 141 127
Binary 10111101 11011001 11111110 11010 1111 0 0 11010110 1100001 1010111

Color Harmonies of #BDD9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD9FE

Black with #BDD9FE

Text Example


Text Example

White with #BDD9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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