Html Css Color HEX #BCC6EF Periwinkle

📋 copy color: '#BCC6EF'

red 188 ◦ green 198 ◦ blue 239

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

Shades of Periwinkle #BCC6EF

Tints of Periwinkle #BCC6EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.24%

R = 30.08%
G = 31.68%
B = 38.24%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BCC6EF (or 0xBCC6EF) is known color: Periwinkle. HEX triplet: BC, C6 and EF. RGB value is (188,198,239). Sum of RGB (Red+Green+Blue) = 188+198+239=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 198 (77.73% from 255 or 31.68% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCC6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC6EF is #433910. Grayscale: #C7C7C7. Windows color (decimal): -4405521 or 15713980. OLE color: 15713980.

HSL color Cylindrical-coordinate representation of color #BCC6EF: hue angle of 228.24º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCC6EF is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 198 239 -
CMYK 0.21 0.17 0 0.06
HSL 228.24º 0.61% 0.84% -
HSV(B) 228.24º 0.21% 0.94% -
XYZ 56.51 57.31 89.75 -
YUV 199.68 150.19 119.67 -
System Red Green Blue C M Y K H S L
Decimal 188 198 239 0.21 0.17 0 0.06 228.24 0.61 0.84
Hex BC C6 EF 15 11 0 6 E4 3D 54
Octal 274 306 357 25 21 0 6 344 75 124
Binary 10111100 11000110 11101111 10101 10001 0 110 11100100 111101 1010100

Color Harmonies of #BCC6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC6EF

Black with #BCC6EF

Text Example


Text Example

White with #BCC6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC6EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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