Html Css Color HEX #BCC6E6 Periwinkle

📋 copy color: '#BCC6E6'

red 188 ◦ green 198 ◦ blue 230

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

Shades of Periwinkle #BCC6E6

Tints of Periwinkle #BCC6E6

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.14%

 BLUE value IS 230 (90.23% from 255) = 37.34%

R = 30.52%
G = 32.14%
B = 37.34%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BCC6E6 (or 0xBCC6E6) is known color: Periwinkle. HEX triplet: BC, C6 and E6. RGB value is (188,198,230). Sum of RGB (Red+Green+Blue) = 188+198+230=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 198 (77.73% from 255 or 32.14% from 616); Blue value is 230 (90.23% from 255 or 37.34% from 616); Max value from RGB is 230 - color contains mainly: blue. Hex color #BCC6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC6E6 is #433919. Grayscale: #C6C6C6. Windows color (decimal): -4405530 or 15124156. OLE color: 15124156.

HSL color Cylindrical-coordinate representation of color #BCC6E6: hue angle of 225.71º degrees, saturation: 0.46, 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 #BCC6E6 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 198 230 -
CMYK 0.18 0.14 0 0.10
HSL 225.71º 0.46% 0.82% -
HSV(B) 225.71º 0.18% 0.9% -
XYZ 55.22 56.79 82.91 -
YUV 198.66 145.69 120.4 -
System Red Green Blue C M Y K H S L
Decimal 188 198 230 0.18 0.14 0 0.10 225.71 0.46 0.82
Hex BC C6 E6 12 E 0 A E2 2E 52
Octal 274 306 346 22 16 0 12 342 56 122
Binary 10111100 11000110 11100110 10010 1110 0 1010 11100010 101110 1010010

Color Harmonies of #BCC6E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC6E6

Black with #BCC6E6

Text Example


Text Example

White with #BCC6E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC6E6; }

 p { color: rgb(188,198,230); }

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

background-color css

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

 a { background-color: rgb(188,198,230); }

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

border-color css

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

 span { border-color: rgb(188,198,230); }

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