Html Css Color HEX #BCD7F5 Pale Cornflower Blue

📋 copy color: '#BCD7F5'

red 188 ◦ green 215 ◦ blue 245

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

Shades of Pale Cornflower Blue #BCD7F5

Tints of Pale Cornflower Blue #BCD7F5

RGB

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

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

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

R = 29.01%
G = 33.18%
B = 37.81%

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

#BCD7F5 (or 0xBCD7F5) is known color: Pale Cornflower Blue. HEX triplet: BC, D7 and F5. RGB value is (188,215,245). Sum of RGB (Red+Green+Blue) = 188+215+245=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 215 (84.38% from 255 or 33.18% from 648); Blue value is 245 (96.09% from 255 or 37.81% from 648); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCD7F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD7F5 is #43280A. Grayscale: #D2D2D2. Windows color (decimal): -4401163 or 16111548. OLE color: 16111548.

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

Color convert

RGB 188 215 245 -
CMYK 0.23 0.12 0 0.04
HSL 211.58º 0.74% 0.85% -
HSV(B) 211.58º 0.23% 0.96% -
XYZ 61.52 65.88 95.86 -
YUV 210.35 147.55 112.06 -
System Red Green Blue C M Y K H S L
Decimal 188 215 245 0.23 0.12 0 0.04 211.58 0.74 0.85
Hex BC D7 F5 17 C 0 4 D4 4A 55
Octal 274 327 365 27 14 0 4 324 112 125
Binary 10111100 11010111 11110101 10111 1100 0 100 11010100 1001010 1010101

Color Harmonies of #BCD7F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD7F5

Black with #BCD7F5

Text Example


Text Example

White with #BCD7F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD7F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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