Html Css Color HEX #BDD8F5 Pale Cornflower Blue

📋 copy color: '#BDD8F5'

red 189 ◦ green 216 ◦ blue 245

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

Shades of Pale Cornflower Blue #BDD8F5

Tints of Pale Cornflower Blue #BDD8F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 37.69%

R = 29.08%
G = 33.23%
B = 37.69%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BDD8F5 (or 0xBDD8F5) is known color: Pale Cornflower Blue. HEX triplet: BD, D8 and F5. RGB value is (189,216,245). Sum of RGB (Red+Green+Blue) = 189+216+245=650 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.08% from 650); Green value is 216 (84.77% from 255 or 33.23% from 650); Blue value is 245 (96.09% from 255 or 37.69% from 650); Max value from RGB is 245 - color contains mainly: blue. Hex color #BDD8F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD8F5 is #42270A. Grayscale: #D3D3D3. Windows color (decimal): -4335371 or 16111805. OLE color: 16111805.

HSL color Cylindrical-coordinate representation of color #BDD8F5: hue angle of 211.07º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDD8F5 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 216 245 -
CMYK 0.23 0.12 0 0.04
HSL 211.07º 0.74% 0.85% -
HSV(B) 211.07º 0.23% 0.96% -
XYZ 62.02 66.52 95.96 -
YUV 211.23 147.05 112.14 -
System Red Green Blue C M Y K H S L
Decimal 189 216 245 0.23 0.12 0 0.04 211.07 0.74 0.85
Hex BD D8 F5 17 C 0 4 D3 4A 55
Octal 275 330 365 27 14 0 4 323 112 125
Binary 10111101 11011000 11110101 10111 1100 0 100 11010011 1001010 1010101

Color Harmonies of #BDD8F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD8F5

Black with #BDD8F5

Text Example


Text Example

White with #BDD8F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD8F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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