Html Css Color HEX #BCC9E1 Periwinkle

📋 copy color: '#BCC9E1'

red 188 ◦ green 201 ◦ blue 225

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

Shades of Periwinkle #BCC9E1

Tints of Periwinkle #BCC9E1

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.74%

 BLUE value IS 225 (88.28% from 255) = 36.64%

R = 30.62%
G = 32.74%
B = 36.64%

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

#BCC9E1 (or 0xBCC9E1) is known color: Periwinkle. HEX triplet: BC, C9 and E1. RGB value is (188,201,225). Sum of RGB (Red+Green+Blue) = 188+201+225=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 201 (78.91% from 255 or 32.74% from 614); Blue value is 225 (88.28% from 255 or 36.64% from 614); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCC9E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9E1 is #43361E. Grayscale: #C7C7C7. Windows color (decimal): -4404767 or 14797244. OLE color: 14797244.

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

Color convert

RGB 188 201 225 -
CMYK 0.16 0.11 0 0.12
HSL 218.92º 0.38% 0.81% -
HSV(B) 218.92º 0.16% 0.88% -
XYZ 55.22 57.9 79.5 -
YUV 199.85 142.19 119.55 -
System Red Green Blue C M Y K H S L
Decimal 188 201 225 0.16 0.11 0 0.12 218.92 0.38 0.81
Hex BC C9 E1 10 B 0 C DB 26 51
Octal 274 311 341 20 13 0 14 333 46 121
Binary 10111100 11001001 11100001 10000 1011 0 1100 11011011 100110 1010001

Color Harmonies of #BCC9E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC9E1

Black with #BCC9E1

Text Example


Text Example

White with #BCC9E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC9E1; }

 p { color: rgb(188,201,225); }

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

background-color css

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

 a { background-color: rgb(188,201,225); }

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

border-color css

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

 span { border-color: rgb(188,201,225); }

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