Html Css Color HEX #BCD4E6 Pale Cornflower Blue

📋 copy color: '#BCD4E6'

red 188 ◦ green 212 ◦ blue 230

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

Shades of Pale Cornflower Blue #BCD4E6

Tints of Pale Cornflower Blue #BCD4E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.51%

R = 29.84%
G = 33.65%
B = 36.51%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BCD4E6 (or 0xBCD4E6) is known color: Pale Cornflower Blue. HEX triplet: BC, D4 and E6. RGB value is (188,212,230). Sum of RGB (Red+Green+Blue) = 188+212+230=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 212 (83.20% from 255 or 33.65% from 630); Blue value is 230 (90.23% from 255 or 36.51% from 630); Max value from RGB is 230 - color contains mainly: blue. Hex color #BCD4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD4E6 is #432B19. Grayscale: #CECECE. Windows color (decimal): -4401946 or 15127740. OLE color: 15127740.

HSL color Cylindrical-coordinate representation of color #BCD4E6: hue angle of 205.71º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCD4E6 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 212 230 -
CMYK 0.18 0.08 0 0.10
HSL 205.71º 0.46% 0.82% -
HSV(B) 205.71º 0.18% 0.9% -
XYZ 58.57 63.49 84.03 -
YUV 206.88 141.05 114.54 -
System Red Green Blue C M Y K H S L
Decimal 188 212 230 0.18 0.08 0 0.10 205.71 0.46 0.82
Hex BC D4 E6 12 8 0 A CE 2E 52
Octal 274 324 346 22 10 0 12 316 56 122
Binary 10111100 11010100 11100110 10010 1000 0 1010 11001110 101110 1010010

Color Harmonies of #BCD4E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD4E6

Black with #BCD4E6

Text Example


Text Example

White with #BCD4E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD4E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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