Html Css Color HEX #BDD6F7 Pale Cornflower Blue

📋 copy color: '#BDD6F7'

red 189 ◦ green 214 ◦ blue 247

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

Shades of Pale Cornflower Blue #BDD6F7

Tints of Pale Cornflower Blue #BDD6F7

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.92%

 BLUE value IS 247 (96.88% from 255) = 38%

R = 29.08%
G = 32.92%
B = 38%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BDD6F7 (or 0xBDD6F7) is known color: Pale Cornflower Blue. HEX triplet: BD, D6 and F7. RGB value is (189,214,247). Sum of RGB (Red+Green+Blue) = 189+214+247=650 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.08% from 650); Green value is 214 (83.98% from 255 or 32.92% from 650); Blue value is 247 (96.88% from 255 or 38% from 650); Max value from RGB is 247 - color contains mainly: blue. Hex color #BDD6F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD6F7 is #422908. Grayscale: #D2D2D2. Windows color (decimal): -4335881 or 16242365. OLE color: 16242365.

HSL color Cylindrical-coordinate representation of color #BDD6F7: hue angle of 214.14º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDD6F7 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 214 247 -
CMYK 0.23 0.13 0 0.03
HSL 214.14º 0.78% 0.85% -
HSV(B) 214.14º 0.23% 0.97% -
XYZ 61.82 65.63 97.4 -
YUV 210.29 148.72 112.82 -
System Red Green Blue C M Y K H S L
Decimal 189 214 247 0.23 0.13 0 0.03 214.14 0.78 0.85
Hex BD D6 F7 17 D 0 3 D6 4E 55
Octal 275 326 367 27 15 0 3 326 116 125
Binary 10111101 11010110 11110111 10111 1101 0 11 11010110 1001110 1010101

Color Harmonies of #BDD6F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD6F7

Black with #BDD6F7

Text Example


Text Example

White with #BDD6F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD6F7; }

 p { color: rgb(189,214,247); }

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

background-color css

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

 a { background-color: rgb(189,214,247); }

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

border-color css

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

 span { border-color: rgb(189,214,247); }

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