Html Css Color HEX #BDD9F0 Pale Cornflower Blue

📋 copy color: '#BDD9F0'

red 189 ◦ green 217 ◦ blue 240

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

Shades of Pale Cornflower Blue #BDD9F0

Tints of Pale Cornflower Blue #BDD9F0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.59%

 BLUE value IS 240 (94.14% from 255) = 37.15%

R = 29.26%
G = 33.59%
B = 37.15%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDD9F0 (or 0xBDD9F0) is known color: Pale Cornflower Blue. HEX triplet: BD, D9 and F0. RGB value is (189,217,240). Sum of RGB (Red+Green+Blue) = 189+217+240=646 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.26% from 646); Green value is 217 (85.16% from 255 or 33.59% from 646); Blue value is 240 (94.14% from 255 or 37.15% from 646); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDD9F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD9F0 is #42260F. Grayscale: #D3D3D3. Windows color (decimal): -4335120 or 15784381. OLE color: 15784381.

HSL color Cylindrical-coordinate representation of color #BDD9F0: hue angle of 207.06º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDD9F0 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 217 240 -
CMYK 0.21 0.10 0 0.06
HSL 207.06º 0.63% 0.84% -
HSV(B) 207.06º 0.21% 0.94% -
XYZ 61.53 66.74 92.08 -
YUV 211.25 144.22 112.13 -
System Red Green Blue C M Y K H S L
Decimal 189 217 240 0.21 0.10 0 0.06 207.06 0.63 0.84
Hex BD D9 F0 15 A 0 6 CF 3F 54
Octal 275 331 360 25 12 0 6 317 77 124
Binary 10111101 11011001 11110000 10101 1010 0 110 11001111 111111 1010100

Color Harmonies of #BDD9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD9F0

Black with #BDD9F0

Text Example


Text Example

White with #BDD9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD9F0; }

 p { color: rgb(189,217,240); }

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

background-color css

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

 a { background-color: rgb(189,217,240); }

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

border-color css

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

 span { border-color: rgb(189,217,240); }

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