Html Css Color HEX #BDD8FE Pale Cornflower Blue

📋 copy color: '#BDD8FE'

red 189 ◦ green 216 ◦ blue 254

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

Shades of Pale Cornflower Blue #BDD8FE

Tints of Pale Cornflower Blue #BDD8FE

RGB

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

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

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

R = 28.68%
G = 32.78%
B = 38.54%

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

#BDD8FE (or 0xBDD8FE) is known color: Pale Cornflower Blue. HEX triplet: BD, D8 and FE. RGB value is (189,216,254). Sum of RGB (Red+Green+Blue) = 189+216+254=659 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.68% from 659); Green value is 216 (84.77% from 255 or 32.78% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDD8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD8FE is #422701. Grayscale: #D4D4D4. Windows color (decimal): -4335362 or 16701629. OLE color: 16701629.

HSL color Cylindrical-coordinate representation of color #BDD8FE: hue angle of 215.08º 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 #BDD8FE is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 216 254 -
CMYK 0.26 0.15 0 0.00
HSL 215.08º 0.97% 0.87% -
HSV(B) 215.08º 0.26% 1% -
XYZ 63.43 67.09 103.37 -
YUV 212.26 151.55 111.41 -
System Red Green Blue C M Y K H S L
Decimal 189 216 254 0.26 0.15 0 0.00 215.08 0.97 0.87
Hex BD D8 FE 1A F 0 0 D7 61 57
Octal 275 330 376 32 17 0 0 327 141 127
Binary 10111101 11011000 11111110 11010 1111 0 0 11010111 1100001 1010111

Color Harmonies of #BDD8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD8FE

Black with #BDD8FE

Text Example


Text Example

White with #BDD8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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