Html Css Color HEX #BCD5EA Pale Cornflower Blue

📋 copy color: '#BCD5EA'

red 188 ◦ green 213 ◦ blue 234

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

Shades of Pale Cornflower Blue #BCD5EA

Tints of Pale Cornflower Blue #BCD5EA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.54%

 BLUE value IS 234 (91.8% from 255) = 36.85%

R = 29.61%
G = 33.54%
B = 36.85%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCD5EA (or 0xBCD5EA) is known color: Pale Cornflower Blue. HEX triplet: BC, D5 and EA. RGB value is (188,213,234). Sum of RGB (Red+Green+Blue) = 188+213+234=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 213 (83.59% from 255 or 33.54% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCD5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD5EA is #432A15. Grayscale: #CFCFCF. Windows color (decimal): -4401686 or 15390140. OLE color: 15390140.

HSL color Cylindrical-coordinate representation of color #BCD5EA: hue angle of 207.39º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCD5EA is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 213 234 -
CMYK 0.20 0.09 0 0.08
HSL 207.39º 0.52% 0.83% -
HSV(B) 207.39º 0.2% 0.92% -
XYZ 59.38 64.22 87.11 -
YUV 207.92 142.72 113.79 -
System Red Green Blue C M Y K H S L
Decimal 188 213 234 0.20 0.09 0 0.08 207.39 0.52 0.83
Hex BC D5 EA 14 9 0 8 CF 34 53
Octal 274 325 352 24 11 0 10 317 64 123
Binary 10111100 11010101 11101010 10100 1001 0 1000 11001111 110100 1010011

Color Harmonies of #BCD5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD5EA

Black with #BCD5EA

Text Example


Text Example

White with #BCD5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD5EA; }

 p { color: rgb(188,213,234); }

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

background-color css

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

 a { background-color: rgb(188,213,234); }

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

border-color css

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

 span { border-color: rgb(188,213,234); }

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