Html Css Color HEX #BCC4E0 Periwinkle

📋 copy color: '#BCC4E0'

red 188 ◦ green 196 ◦ blue 224

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

Shades of Periwinkle #BCC4E0

Tints of Periwinkle #BCC4E0

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.24%

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

R = 30.92%
G = 32.24%
B = 36.84%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BCC4E0 (or 0xBCC4E0) is known color: Periwinkle. HEX triplet: BC, C4 and E0. RGB value is (188,196,224). Sum of RGB (Red+Green+Blue) = 188+196+224=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 196 (76.95% from 255 or 32.24% from 608); Blue value is 224 (87.89% from 255 or 36.84% from 608); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCC4E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC4E0 is #433B1F. Grayscale: #C4C4C4. Windows color (decimal): -4406048 or 14730428. OLE color: 14730428.

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

Color convert

RGB 188 196 224 -
CMYK 0.16 0.12 0 0.12
HSL 226.67º 0.37% 0.81% -
HSV(B) 226.67º 0.16% 0.88% -
XYZ 53.93 55.55 78.4 -
YUV 196.8 143.35 121.72 -
System Red Green Blue C M Y K H S L
Decimal 188 196 224 0.16 0.12 0 0.12 226.67 0.37 0.81
Hex BC C4 E0 10 C 0 C E3 25 51
Octal 274 304 340 20 14 0 14 343 45 121
Binary 10111100 11000100 11100000 10000 1100 0 1100 11100011 100101 1010001

Color Harmonies of #BCC4E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC4E0

Black with #BCC4E0

Text Example


Text Example

White with #BCC4E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC4E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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