Html Css Color HEX #BCC8E0 Periwinkle

📋 copy color: '#BCC8E0'

red 188 ◦ green 200 ◦ blue 224

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

Shades of Periwinkle #BCC8E0

Tints of Periwinkle #BCC8E0

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.68%

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

R = 30.72%
G = 32.68%
B = 36.6%

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

#BCC8E0 (or 0xBCC8E0) is known color: Periwinkle. HEX triplet: BC, C8 and E0. RGB value is (188,200,224). Sum of RGB (Red+Green+Blue) = 188+200+224=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 200 (78.52% from 255 or 32.68% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCC8E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC8E0 is #43371F. Grayscale: #C7C7C7. Windows color (decimal): -4405024 or 14731452. OLE color: 14731452.

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

Color convert

RGB 188 200 224 -
CMYK 0.16 0.11 0 0.12
HSL 220º 0.37% 0.81% -
HSV(B) 220º 0.16% 0.88% -
XYZ 54.85 57.38 78.71 -
YUV 199.15 142.02 120.05 -
System Red Green Blue C M Y K H S L
Decimal 188 200 224 0.16 0.11 0 0.12 220 0.37 0.81
Hex BC C8 E0 10 B 0 C DC 25 51
Octal 274 310 340 20 13 0 14 334 45 121
Binary 10111100 11001000 11100000 10000 1011 0 1100 11011100 100101 1010001

Color Harmonies of #BCC8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC8E0

Black with #BCC8E0

Text Example


Text Example

White with #BCC8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC8E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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