Html Css Color HEX #BCC7ED Periwinkle

📋 copy color: '#BCC7ED'

red 188 ◦ green 199 ◦ blue 237

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

Shades of Periwinkle #BCC7ED

Tints of Periwinkle #BCC7ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.98%

R = 30.13%
G = 31.89%
B = 37.98%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCC7ED (or 0xBCC7ED) is known color: Periwinkle. HEX triplet: BC, C7 and ED. RGB value is (188,199,237). Sum of RGB (Red+Green+Blue) = 188+199+237=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 199 (78.12% from 255 or 31.89% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCC7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC7ED is #433812. Grayscale: #C7C7C7. Windows color (decimal): -4405267 or 15583164. OLE color: 15583164.

HSL color Cylindrical-coordinate representation of color #BCC7ED: hue angle of 226.53º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCC7ED is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 199 237 -
CMYK 0.21 0.16 0 0.07
HSL 226.53º 0.58% 0.83% -
HSV(B) 226.53º 0.21% 0.93% -
XYZ 56.45 57.65 88.27 -
YUV 200.04 148.86 119.41 -
System Red Green Blue C M Y K H S L
Decimal 188 199 237 0.21 0.16 0 0.07 226.53 0.58 0.83
Hex BC C7 ED 15 10 0 7 E3 3A 53
Octal 274 307 355 25 20 0 7 343 72 123
Binary 10111100 11000111 11101101 10101 10000 0 111 11100011 111010 1010011

Color Harmonies of #BCC7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC7ED

Black with #BCC7ED

Text Example


Text Example

White with #BCC7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC7ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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