Html Css Color HEX #BCC2DF Periwinkle

📋 copy color: '#BCC2DF'

red 188 ◦ green 194 ◦ blue 223

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

Shades of Periwinkle #BCC2DF

Tints of Periwinkle #BCC2DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.86%

R = 31.07%
G = 32.07%
B = 36.86%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCC2DF (or 0xBCC2DF) is known color: Periwinkle. HEX triplet: BC, C2 and DF. RGB value is (188,194,223). Sum of RGB (Red+Green+Blue) = 188+194+223=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCC2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2DF is #433D20. Grayscale: #C3C3C3. Windows color (decimal): -4406561 or 14664380. OLE color: 14664380.

HSL color Cylindrical-coordinate representation of color #BCC2DF: hue angle of 229.71º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCC2DF is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 194 223 -
CMYK 0.16 0.13 0 0.13
HSL 229.71º 0.35% 0.81% -
HSV(B) 229.71º 0.16% 0.87% -
XYZ 53.35 54.6 77.54 -
YUV 195.51 143.51 122.64 -
System Red Green Blue C M Y K H S L
Decimal 188 194 223 0.16 0.13 0 0.13 229.71 0.35 0.81
Hex BC C2 DF 10 D 0 D E6 23 51
Octal 274 302 337 20 15 0 15 346 43 121
Binary 10111100 11000010 11011111 10000 1101 0 1101 11100110 100011 1010001

Color Harmonies of #BCC2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC2DF

Black with #BCC2DF

Text Example


Text Example

White with #BCC2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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