Html Css Color HEX #BDD8FD Pale Cornflower Blue

📋 copy color: '#BDD8FD'

red 189 ◦ green 216 ◦ blue 253

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

Shades of Pale Cornflower Blue #BDD8FD

Tints of Pale Cornflower Blue #BDD8FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.45%

R = 28.72%
G = 32.83%
B = 38.45%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDD8FD (or 0xBDD8FD) is known color: Pale Cornflower Blue. HEX triplet: BD, D8 and FD. RGB value is (189,216,253). Sum of RGB (Red+Green+Blue) = 189+216+253=658 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.72% from 658); Green value is 216 (84.77% from 255 or 32.83% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDD8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD8FD is #422702. Grayscale: #D3D3D3. Windows color (decimal): -4335363 or 16636093. OLE color: 16636093.

HSL color Cylindrical-coordinate representation of color #BDD8FD: hue angle of 214.69º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDD8FD is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 216 253 -
CMYK 0.25 0.15 0 0.01
HSL 214.69º 0.94% 0.87% -
HSV(B) 214.69º 0.25% 0.99% -
XYZ 63.27 67.02 102.53 -
YUV 212.15 151.05 111.49 -
System Red Green Blue C M Y K H S L
Decimal 189 216 253 0.25 0.15 0 0.01 214.69 0.94 0.87
Hex BD D8 FD 19 F 0 1 D7 5E 57
Octal 275 330 375 31 17 0 1 327 136 127
Binary 10111101 11011000 11111101 11001 1111 0 1 11010111 1011110 1010111

Color Harmonies of #BDD8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD8FD

Black with #BDD8FD

Text Example


Text Example

White with #BDD8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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