Html Css Color HEX #BDD7F5 Pale Cornflower Blue

📋 copy color: '#BDD7F5'

red 189 ◦ green 215 ◦ blue 245

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

Shades of Pale Cornflower Blue #BDD7F5

Tints of Pale Cornflower Blue #BDD7F5

RGB

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

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

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

R = 29.12%
G = 33.13%
B = 37.75%

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

#BDD7F5 (or 0xBDD7F5) is known color: Pale Cornflower Blue. HEX triplet: BD, D7 and F5. RGB value is (189,215,245). Sum of RGB (Red+Green+Blue) = 189+215+245=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 215 (84.38% from 255 or 33.13% from 649); Blue value is 245 (96.09% from 255 or 37.75% from 649); Max value from RGB is 245 - color contains mainly: blue. Hex color #BDD7F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD7F5 is #42280A. Grayscale: #D2D2D2. Windows color (decimal): -4335627 or 16111549. OLE color: 16111549.

HSL color Cylindrical-coordinate representation of color #BDD7F5: hue angle of 212.14º 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 #BDD7F5 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 215 245 -
CMYK 0.23 0.12 0 0.04
HSL 212.14º 0.74% 0.85% -
HSV(B) 212.14º 0.23% 0.96% -
XYZ 61.77 66.01 95.87 -
YUV 210.65 147.39 112.56 -
System Red Green Blue C M Y K H S L
Decimal 189 215 245 0.23 0.12 0 0.04 212.14 0.74 0.85
Hex BD D7 F5 17 C 0 4 D4 4A 55
Octal 275 327 365 27 14 0 4 324 112 125
Binary 10111101 11010111 11110101 10111 1100 0 100 11010100 1001010 1010101

Color Harmonies of #BDD7F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD7F5

Black with #BDD7F5

Text Example


Text Example

White with #BDD7F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD7F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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