Html Css Color HEX #BCD4F7 Pale Cornflower Blue

📋 copy color: '#BCD4F7'

red 188 ◦ green 212 ◦ blue 247

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

Shades of Pale Cornflower Blue #BCD4F7

Tints of Pale Cornflower Blue #BCD4F7

RGB

 RED value IS 188 (73.83% from 255) = 29.06%

 GREEN value IS 212 (83.2% from 255) = 32.77%

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

R = 29.06%
G = 32.77%
B = 38.18%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BCD4F7 (or 0xBCD4F7) is known color: Pale Cornflower Blue. HEX triplet: BC, D4 and F7. RGB value is (188,212,247). Sum of RGB (Red+Green+Blue) = 188+212+247=647 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.06% from 647); Green value is 212 (83.20% from 255 or 32.77% from 647); Blue value is 247 (96.88% from 255 or 38.18% from 647); Max value from RGB is 247 - color contains mainly: blue. Hex color #BCD4F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD4F7 is #432B08. Grayscale: #D0D0D0. Windows color (decimal): -4401929 or 16241852. OLE color: 16241852.

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

Color convert

RGB 188 212 247 -
CMYK 0.24 0.14 0 0.03
HSL 215.59º 0.79% 0.85% -
HSV(B) 215.59º 0.24% 0.97% -
XYZ 61.07 64.49 97.23 -
YUV 208.81 149.55 113.15 -
System Red Green Blue C M Y K H S L
Decimal 188 212 247 0.24 0.14 0 0.03 215.59 0.79 0.85
Hex BC D4 F7 18 E 0 3 D8 4F 55
Octal 274 324 367 30 16 0 3 330 117 125
Binary 10111100 11010100 11110111 11000 1110 0 11 11011000 1001111 1010101

Color Harmonies of #BCD4F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD4F7

Black with #BCD4F7

Text Example


Text Example

White with #BCD4F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD4F7; }

 p { color: rgb(188,212,247); }

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

background-color css

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

 a { background-color: rgb(188,212,247); }

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

border-color css

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

 span { border-color: rgb(188,212,247); }

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