Html Css Color HEX #BCC7E0 Periwinkle

📋 copy color: '#BCC7E0'

red 188 ◦ green 199 ◦ blue 224

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

Shades of Periwinkle #BCC7E0

Tints of Periwinkle #BCC7E0

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.57%

 BLUE value IS 224 (87.89% from 255) = 36.66%

R = 30.77%
G = 32.57%
B = 36.66%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BCC7E0 (or 0xBCC7E0) is known color: Periwinkle. HEX triplet: BC, C7 and E0. RGB value is (188,199,224). Sum of RGB (Red+Green+Blue) = 188+199+224=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 199 (78.12% from 255 or 32.57% from 611); Blue value is 224 (87.89% from 255 or 36.66% from 611); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCC7E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7E0 is #43381F. Grayscale: #C6C6C6. Windows color (decimal): -4405280 or 14731196. OLE color: 14731196.

HSL color Cylindrical-coordinate representation of color #BCC7E0: hue angle of 221.67º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCC7E0 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 199 224 -
CMYK 0.16 0.11 0 0.12
HSL 221.67º 0.37% 0.81% -
HSV(B) 221.67º 0.16% 0.88% -
XYZ 54.62 56.92 78.63 -
YUV 198.56 142.36 120.47 -
System Red Green Blue C M Y K H S L
Decimal 188 199 224 0.16 0.11 0 0.12 221.67 0.37 0.81
Hex BC C7 E0 10 B 0 C DE 25 51
Octal 274 307 340 20 13 0 14 336 45 121
Binary 10111100 11000111 11100000 10000 1011 0 1100 11011110 100101 1010001

Color Harmonies of #BCC7E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC7E0

Black with #BCC7E0

Text Example


Text Example

White with #BCC7E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC7E0; }

 p { color: rgb(188,199,224); }

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

background-color css

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

 a { background-color: rgb(188,199,224); }

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

border-color css

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

 span { border-color: rgb(188,199,224); }

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