Html Css Color HEX #BDD8FA Pale Cornflower Blue

📋 copy color: '#BDD8FA'

red 189 ◦ green 216 ◦ blue 250

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

Shades of Pale Cornflower Blue #BDD8FA

Tints of Pale Cornflower Blue #BDD8FA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.98%

 BLUE value IS 250 (98.05% from 255) = 38.17%

R = 28.85%
G = 32.98%
B = 38.17%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDD8FA (or 0xBDD8FA) is known color: Pale Cornflower Blue. HEX triplet: BD, D8 and FA. RGB value is (189,216,250). Sum of RGB (Red+Green+Blue) = 189+216+250=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 216 (84.77% from 255 or 32.98% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDD8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD8FA is #422705. Grayscale: #D3D3D3. Windows color (decimal): -4335366 or 16439485. OLE color: 16439485.

HSL color Cylindrical-coordinate representation of color #BDD8FA: hue angle of 213.44º degrees, saturation: 0.86, 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 #BDD8FA is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 216 250 -
CMYK 0.24 0.14 0 0.02
HSL 213.44º 0.86% 0.86% -
HSV(B) 213.44º 0.24% 0.98% -
XYZ 62.8 66.83 100.03 -
YUV 211.8 149.55 111.74 -
System Red Green Blue C M Y K H S L
Decimal 189 216 250 0.24 0.14 0 0.02 213.44 0.86 0.86
Hex BD D8 FA 18 E 0 2 D5 56 56
Octal 275 330 372 30 16 0 2 325 126 126
Binary 10111101 11011000 11111010 11000 1110 0 10 11010101 1010110 1010110

Color Harmonies of #BDD8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD8FA

Black with #BDD8FA

Text Example


Text Example

White with #BDD8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD8FA; }

 p { color: rgb(189,216,250); }

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

background-color css

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

 a { background-color: rgb(189,216,250); }

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

border-color css

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

 span { border-color: rgb(189,216,250); }

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