Html Css Color HEX #BCC6EA Periwinkle

📋 copy color: '#BCC6EA'

red 188 ◦ green 198 ◦ blue 234

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

Shades of Periwinkle #BCC6EA

Tints of Periwinkle #BCC6EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.74%

R = 30.32%
G = 31.94%
B = 37.74%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCC6EA (or 0xBCC6EA) is known color: Periwinkle. HEX triplet: BC, C6 and EA. RGB value is (188,198,234). Sum of RGB (Red+Green+Blue) = 188+198+234=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 198 (77.73% from 255 or 31.94% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCC6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC6EA is #433915. Grayscale: #C6C6C6. Windows color (decimal): -4405526 or 15386300. OLE color: 15386300.

HSL color Cylindrical-coordinate representation of color #BCC6EA: hue angle of 226.96º degrees, saturation: 0.52, 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 #BCC6EA is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 198 234 -
CMYK 0.20 0.15 0 0.08
HSL 226.96º 0.52% 0.83% -
HSV(B) 226.96º 0.2% 0.92% -
XYZ 55.78 57.02 85.91 -
YUV 199.11 147.69 120.07 -
System Red Green Blue C M Y K H S L
Decimal 188 198 234 0.20 0.15 0 0.08 226.96 0.52 0.83
Hex BC C6 EA 14 F 0 8 E3 34 53
Octal 274 306 352 24 17 0 10 343 64 123
Binary 10111100 11000110 11101010 10100 1111 0 1000 11100011 110100 1010011

Color Harmonies of #BCC6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC6EA

Black with #BCC6EA

Text Example


Text Example

White with #BCC6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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