Html Css Color HEX #BCC7EE Periwinkle

📋 copy color: '#BCC7EE'

red 188 ◦ green 199 ◦ blue 238

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

Shades of Periwinkle #BCC7EE

Tints of Periwinkle #BCC7EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.08%

R = 30.08%
G = 31.84%
B = 38.08%

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

#BCC7EE (or 0xBCC7EE) is known color: Periwinkle. HEX triplet: BC, C7 and EE. RGB value is (188,199,238). Sum of RGB (Red+Green+Blue) = 188+199+238=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCC7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC7EE is #433811. Grayscale: #C7C7C7. Windows color (decimal): -4405266 or 15648700. OLE color: 15648700.

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

Color convert

RGB 188 199 238 -
CMYK 0.21 0.16 0 0.07
HSL 226.8º 0.6% 0.84% -
HSV(B) 226.8º 0.21% 0.93% -
XYZ 56.6 57.71 89.05 -
YUV 200.16 149.36 119.33 -
System Red Green Blue C M Y K H S L
Decimal 188 199 238 0.21 0.16 0 0.07 226.8 0.6 0.84
Hex BC C7 EE 15 10 0 7 E3 3C 54
Octal 274 307 356 25 20 0 7 343 74 124
Binary 10111100 11000111 11101110 10101 10000 0 111 11100011 111100 1010100

Color Harmonies of #BCC7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC7EE

Black with #BCC7EE

Text Example


Text Example

White with #BCC7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC7EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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