Html Css Color HEX #BCC2E5 Periwinkle

📋 copy color: '#BCC2E5'

red 188 ◦ green 194 ◦ blue 229

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

Shades of Periwinkle #BCC2E5

Tints of Periwinkle #BCC2E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.48%

R = 30.77%
G = 31.75%
B = 37.48%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BCC2E5 (or 0xBCC2E5) is known color: Periwinkle. HEX triplet: BC, C2 and E5. RGB value is (188,194,229). Sum of RGB (Red+Green+Blue) = 188+194+229=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCC2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2E5 is #433D1A. Grayscale: #C4C4C4. Windows color (decimal): -4406555 or 15057596. OLE color: 15057596.

HSL color Cylindrical-coordinate representation of color #BCC2E5: hue angle of 231.22º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCC2E5 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 194 229 -
CMYK 0.18 0.15 0 0.10
HSL 231.22º 0.44% 0.82% -
HSV(B) 231.22º 0.18% 0.9% -
XYZ 54.17 54.93 81.88 -
YUV 196.2 146.51 122.15 -
System Red Green Blue C M Y K H S L
Decimal 188 194 229 0.18 0.15 0 0.10 231.22 0.44 0.82
Hex BC C2 E5 12 F 0 A E7 2C 52
Octal 274 302 345 22 17 0 12 347 54 122
Binary 10111100 11000010 11100101 10010 1111 0 1010 11100111 101100 1010010

Color Harmonies of #BCC2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC2E5

Black with #BCC2E5

Text Example


Text Example

White with #BCC2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC2E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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