Html Css Color HEX #BCC2EC Periwinkle

📋 copy color: '#BCC2EC'

red 188 ◦ green 194 ◦ blue 236

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

Shades of Periwinkle #BCC2EC

Tints of Periwinkle #BCC2EC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.39%

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

R = 30.42%
G = 31.39%
B = 38.19%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCC2EC (or 0xBCC2EC) is known color: Periwinkle. HEX triplet: BC, C2 and EC. RGB value is (188,194,236). Sum of RGB (Red+Green+Blue) = 188+194+236=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 194 (76.17% from 255 or 31.39% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCC2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC2EC is #433D13. Grayscale: #C4C4C4. Windows color (decimal): -4406548 or 15516348. OLE color: 15516348.

HSL color Cylindrical-coordinate representation of color #BCC2EC: hue angle of 232.5º 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 #BCC2EC is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 194 236 -
CMYK 0.20 0.18 0 0.07
HSL 232.5º 0.56% 0.83% -
HSV(B) 232.5º 0.2% 0.93% -
XYZ 55.17 55.33 87.13 -
YUV 196.99 150.01 121.58 -
System Red Green Blue C M Y K H S L
Decimal 188 194 236 0.20 0.18 0 0.07 232.5 0.56 0.83
Hex BC C2 EC 14 12 0 7 E8 38 53
Octal 274 302 354 24 22 0 7 350 70 123
Binary 10111100 11000010 11101100 10100 10010 0 111 11101000 111000 1010011

Color Harmonies of #BCC2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC2EC

Black with #BCC2EC

Text Example


Text Example

White with #BCC2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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