Html Css Color HEX #BDD7F8 Pale Cornflower Blue

📋 copy color: '#BDD7F8'

red 189 ◦ green 215 ◦ blue 248

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

Shades of Pale Cornflower Blue #BDD7F8

Tints of Pale Cornflower Blue #BDD7F8

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.98%

 BLUE value IS 248 (97.27% from 255) = 38.04%

R = 28.99%
G = 32.98%
B = 38.04%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BDD7F8 (or 0xBDD7F8) is known color: Pale Cornflower Blue. HEX triplet: BD, D7 and F8. RGB value is (189,215,248). Sum of RGB (Red+Green+Blue) = 189+215+248=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 215 (84.38% from 255 or 32.98% from 652); Blue value is 248 (97.27% from 255 or 38.04% from 652); Max value from RGB is 248 - color contains mainly: blue. Hex color #BDD7F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD7F8 is #422807. Grayscale: #D2D2D2. Windows color (decimal): -4335624 or 16308157. OLE color: 16308157.

HSL color Cylindrical-coordinate representation of color #BDD7F8: hue angle of 213.56º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDD7F8 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 215 248 -
CMYK 0.24 0.13 0 0.03
HSL 213.56º 0.81% 0.86% -
HSV(B) 213.56º 0.24% 0.97% -
XYZ 62.23 66.2 98.3 -
YUV 210.99 148.89 112.32 -
System Red Green Blue C M Y K H S L
Decimal 189 215 248 0.24 0.13 0 0.03 213.56 0.81 0.86
Hex BD D7 F8 18 D 0 3 D6 51 56
Octal 275 327 370 30 15 0 3 326 121 126
Binary 10111101 11010111 11111000 11000 1101 0 11 11010110 1010001 1010110

Color Harmonies of #BDD7F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD7F8

Black with #BDD7F8

Text Example


Text Example

White with #BDD7F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD7F8; }

 p { color: rgb(189,215,248); }

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

background-color css

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

 a { background-color: rgb(189,215,248); }

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

border-color css

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

 span { border-color: rgb(189,215,248); }

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