Html Css Color HEX #BCC7EF Periwinkle

📋 copy color: '#BCC7EF'

red 188 ◦ green 199 ◦ blue 239

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

Shades of Periwinkle #BCC7EF

Tints of Periwinkle #BCC7EF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.79%

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

R = 30.03%
G = 31.79%
B = 38.18%

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

#BCC7EF (or 0xBCC7EF) is known color: Periwinkle. HEX triplet: BC, C7 and EF. RGB value is (188,199,239). Sum of RGB (Red+Green+Blue) = 188+199+239=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCC7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC7EF is #433810. Grayscale: #C8C8C8. Windows color (decimal): -4405265 or 15714236. OLE color: 15714236.

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

Color convert

RGB 188 199 239 -
CMYK 0.21 0.17 0 0.06
HSL 227.06º 0.61% 0.84% -
HSV(B) 227.06º 0.21% 0.94% -
XYZ 56.74 57.77 89.82 -
YUV 200.27 149.86 119.25 -
System Red Green Blue C M Y K H S L
Decimal 188 199 239 0.21 0.17 0 0.06 227.06 0.61 0.84
Hex BC C7 EF 15 11 0 6 E3 3D 54
Octal 274 307 357 25 21 0 6 343 75 124
Binary 10111100 11000111 11101111 10101 10001 0 110 11100011 111101 1010100

Color Harmonies of #BCC7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC7EF

Black with #BCC7EF

Text Example


Text Example

White with #BCC7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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