Html Css Color HEX #BCC2ED Periwinkle

📋 copy color: '#BCC2ED'

red 188 ◦ green 194 ◦ blue 237

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

Shades of Periwinkle #BCC2ED

Tints of Periwinkle #BCC2ED

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.34%

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

R = 30.37%
G = 31.34%
B = 38.29%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCC2ED (or 0xBCC2ED) is known color: Periwinkle. HEX triplet: BC, C2 and ED. RGB value is (188,194,237). Sum of RGB (Red+Green+Blue) = 188+194+237=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCC2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC2ED is #433D12. Grayscale: #C4C4C4. Windows color (decimal): -4406547 or 15581884. OLE color: 15581884.

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

Color convert

RGB 188 194 237 -
CMYK 0.21 0.18 0 0.07
HSL 232.65º 0.58% 0.83% -
HSV(B) 232.65º 0.21% 0.93% -
XYZ 55.32 55.39 87.9 -
YUV 197.11 150.51 121.5 -
System Red Green Blue C M Y K H S L
Decimal 188 194 237 0.21 0.18 0 0.07 232.65 0.58 0.83
Hex BC C2 ED 15 12 0 7 E9 3A 53
Octal 274 302 355 25 22 0 7 351 72 123
Binary 10111100 11000010 11101101 10101 10010 0 111 11101001 111010 1010011

Color Harmonies of #BCC2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC2ED

Black with #BCC2ED

Text Example


Text Example

White with #BCC2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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