Html Css Color HEX #BCC4EC Periwinkle

📋 copy color: '#BCC4EC'

red 188 ◦ green 196 ◦ blue 236

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

Shades of Periwinkle #BCC4EC

Tints of Periwinkle #BCC4EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.06%

R = 30.32%
G = 31.61%
B = 38.06%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCC4EC (or 0xBCC4EC) is known color: Periwinkle. HEX triplet: BC, C4 and EC. RGB value is (188,196,236). Sum of RGB (Red+Green+Blue) = 188+196+236=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 196 (76.95% from 255 or 31.61% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCC4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC4EC is #433B13. Grayscale: #C6C6C6. Windows color (decimal): -4406036 or 15516860. OLE color: 15516860.

HSL color Cylindrical-coordinate representation of color #BCC4EC: hue angle of 230º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCC4EC is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 196 236 -
CMYK 0.20 0.17 0 0.07
HSL 230º 0.56% 0.83% -
HSV(B) 230º 0.2% 0.93% -
XYZ 55.62 56.23 87.28 -
YUV 198.17 149.35 120.75 -
System Red Green Blue C M Y K H S L
Decimal 188 196 236 0.20 0.17 0 0.07 230 0.56 0.83
Hex BC C4 EC 14 11 0 7 E6 38 53
Octal 274 304 354 24 21 0 7 346 70 123
Binary 10111100 11000100 11101100 10100 10001 0 111 11100110 111000 1010011

Color Harmonies of #BCC4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC4EC

Black with #BCC4EC

Text Example


Text Example

White with #BCC4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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