Html Css Color HEX #BDD7F1 Pale Cornflower Blue

📋 copy color: '#BDD7F1'

red 189 ◦ green 215 ◦ blue 241

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

Shades of Pale Cornflower Blue #BDD7F1

Tints of Pale Cornflower Blue #BDD7F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.36%

R = 29.3%
G = 33.33%
B = 37.36%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDD7F1 (or 0xBDD7F1) is known color: Pale Cornflower Blue. HEX triplet: BD, D7 and F1. RGB value is (189,215,241). Sum of RGB (Red+Green+Blue) = 189+215+241=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 215 (84.38% from 255 or 33.33% from 645); Blue value is 241 (94.53% from 255 or 37.36% from 645); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDD7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD7F1 is #42280E. Grayscale: #D2D2D2. Windows color (decimal): -4335631 or 15849405. OLE color: 15849405.

HSL color Cylindrical-coordinate representation of color #BDD7F1: hue angle of 210º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDD7F1 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 215 241 -
CMYK 0.22 0.11 0 0.05
HSL 210º 0.65% 0.84% -
HSV(B) 210º 0.22% 0.95% -
XYZ 61.16 65.77 92.69 -
YUV 210.19 145.39 112.89 -
System Red Green Blue C M Y K H S L
Decimal 189 215 241 0.22 0.11 0 0.05 210 0.65 0.84
Hex BD D7 F1 16 B 0 5 D2 41 54
Octal 275 327 361 26 13 0 5 322 101 124
Binary 10111101 11010111 11110001 10110 1011 0 101 11010010 1000001 1010100

Color Harmonies of #BDD7F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD7F1

Black with #BDD7F1

Text Example


Text Example

White with #BDD7F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD7F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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