Html Css Color HEX #BDD7FF Pale Cornflower Blue

📋 copy color: '#BDD7FF'

red 189 ◦ green 215 ◦ blue 255

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

Shades of Pale Cornflower Blue #BDD7FF

Tints of Pale Cornflower Blue #BDD7FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.69%

R = 28.68%
G = 32.63%
B = 38.69%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BDD7FF (or 0xBDD7FF) is known color: Pale Cornflower Blue. HEX triplet: BD, D7 and FF. RGB value is (189,215,255). Sum of RGB (Red+Green+Blue) = 189+215+255=659 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.68% from 659); Green value is 215 (84.38% from 255 or 32.63% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDD7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD7FF is #422800. Grayscale: #D3D3D3. Windows color (decimal): -4335617 or 16766909. OLE color: 16766909.

HSL color Cylindrical-coordinate representation of color #BDD7FF: hue angle of 216.36º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDD7FF is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 189 215 255 -
CMYK 0.26 0.16 0 0
HSL 216.36º 1% 0.87% -
HSV(B) 216.36º 0.26% 1% -
XYZ 63.34 66.64 104.13 -
YUV 211.79 152.39 111.75 -
System Red Green Blue C M Y K H S L
Decimal 189 215 255 0.26 0.16 0 0 216.36 1 0.87
Hex BD D7 FF 1A 10 0 0 D8 64 57
Octal 275 327 377 32 20 0 0 330 144 127
Binary 10111101 11010111 11111111 11010 10000 0 0 11011000 1100100 1010111

Color Harmonies of #BDD7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD7FF

Black with #BDD7FF

Text Example


Text Example

White with #BDD7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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