Html Css Color HEX #BCC6EB Periwinkle

📋 copy color: '#BCC6EB'

red 188 ◦ green 198 ◦ blue 235

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

Shades of Periwinkle #BCC6EB

Tints of Periwinkle #BCC6EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.84%

R = 30.27%
G = 31.88%
B = 37.84%

CMYK

 C value IS 0.2

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCC6EB (or 0xBCC6EB) is known color: Periwinkle. HEX triplet: BC, C6 and EB. RGB value is (188,198,235). Sum of RGB (Red+Green+Blue) = 188+198+235=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 198 (77.73% from 255 or 31.88% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCC6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC6EB is #433914. Grayscale: #C7C7C7. Windows color (decimal): -4405525 or 15451836. OLE color: 15451836.

HSL color Cylindrical-coordinate representation of color #BCC6EB: hue angle of 227.23º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCC6EB is Cyan = 0.2, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 198 235 -
CMYK 0.2 0.16 0 0.08
HSL 227.23º 0.54% 0.83% -
HSV(B) 227.23º 0.2% 0.92% -
XYZ 55.93 57.08 86.67 -
YUV 199.23 148.19 119.99 -
System Red Green Blue C M Y K H S L
Decimal 188 198 235 0.2 0.16 0 0.08 227.23 0.54 0.83
Hex BC C6 EB 14 10 0 8 E3 36 53
Octal 274 306 353 24 20 0 10 343 66 123
Binary 10111100 11000110 11101011 10100 10000 0 1000 11100011 110110 1010011

Color Harmonies of #BCC6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC6EB

Black with #BCC6EB

Text Example


Text Example

White with #BCC6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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