Html Css Color HEX #BCC5EF Periwinkle

📋 copy color: '#BCC5EF'

red 188 ◦ green 197 ◦ blue 239

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

Shades of Periwinkle #BCC5EF

Tints of Periwinkle #BCC5EF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.57%

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

R = 30.13%
G = 31.57%
B = 38.3%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BCC5EF (or 0xBCC5EF) is known color: Periwinkle. HEX triplet: BC, C5 and EF. RGB value is (188,197,239). Sum of RGB (Red+Green+Blue) = 188+197+239=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 197 (77.34% from 255 or 31.57% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCC5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC5EF is #433A10. Grayscale: #C6C6C6. Windows color (decimal): -4405777 or 15713724. OLE color: 15713724.

HSL color Cylindrical-coordinate representation of color #BCC5EF: hue angle of 229.41º 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 #BCC5EF is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 197 239 -
CMYK 0.21 0.18 0 0.06
HSL 229.41º 0.61% 0.84% -
HSV(B) 229.41º 0.21% 0.94% -
XYZ 56.29 56.86 89.67 -
YUV 199.1 150.52 120.08 -
System Red Green Blue C M Y K H S L
Decimal 188 197 239 0.21 0.18 0 0.06 229.41 0.61 0.84
Hex BC C5 EF 15 12 0 6 E5 3D 54
Octal 274 305 357 25 22 0 6 345 75 124
Binary 10111100 11000101 11101111 10101 10010 0 110 11100101 111101 1010100

Color Harmonies of #BCC5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC5EF

Black with #BCC5EF

Text Example


Text Example

White with #BCC5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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