Html Css Color HEX #BDD7FC Pale Cornflower Blue

📋 copy color: '#BDD7FC'

red 189 ◦ green 215 ◦ blue 252

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

Shades of Pale Cornflower Blue #BDD7FC

Tints of Pale Cornflower Blue #BDD7FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.41%

R = 28.81%
G = 32.77%
B = 38.41%

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

#BDD7FC (or 0xBDD7FC) is known color: Pale Cornflower Blue. HEX triplet: BD, D7 and FC. RGB value is (189,215,252). Sum of RGB (Red+Green+Blue) = 189+215+252=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 215 (84.38% from 255 or 32.77% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDD7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD7FC is #422803. Grayscale: #D3D3D3. Windows color (decimal): -4335620 or 16570301. OLE color: 16570301.

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

Color convert

RGB 189 215 252 -
CMYK 0.25 0.15 0 0.01
HSL 215.24º 0.91% 0.86% -
HSV(B) 215.24º 0.25% 0.99% -
XYZ 62.86 66.45 101.61 -
YUV 211.44 150.89 111.99 -
System Red Green Blue C M Y K H S L
Decimal 189 215 252 0.25 0.15 0 0.01 215.24 0.91 0.86
Hex BD D7 FC 19 F 0 1 D7 5B 56
Octal 275 327 374 31 17 0 1 327 133 126
Binary 10111101 11010111 11111100 11001 1111 0 1 11010111 1011011 1010110

Color Harmonies of #BDD7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD7FC

Black with #BDD7FC

Text Example


Text Example

White with #BDD7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD7FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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