Html Css Color HEX #BCC4DD Periwinkle

📋 copy color: '#BCC4DD'

red 188 ◦ green 196 ◦ blue 221

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

Shades of Periwinkle #BCC4DD

Tints of Periwinkle #BCC4DD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.4%

 BLUE value IS 221 (86.72% from 255) = 36.53%

R = 31.07%
G = 32.4%
B = 36.53%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCC4DD (or 0xBCC4DD) is known color: Periwinkle. HEX triplet: BC, C4 and DD. RGB value is (188,196,221). Sum of RGB (Red+Green+Blue) = 188+196+221=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 196 (76.95% from 255 or 32.40% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCC4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC4DD is #433B22. Grayscale: #C4C4C4. Windows color (decimal): -4406051 or 14533820. OLE color: 14533820.

HSL color Cylindrical-coordinate representation of color #BCC4DD: hue angle of 225.45º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCC4DD is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 196 221 -
CMYK 0.15 0.11 0 0.13
HSL 225.45º 0.33% 0.8% -
HSV(B) 225.45º 0.15% 0.87% -
XYZ 53.53 55.39 76.28 -
YUV 196.46 141.85 121.97 -
System Red Green Blue C M Y K H S L
Decimal 188 196 221 0.15 0.11 0 0.13 225.45 0.33 0.8
Hex BC C4 DD F B 0 D E1 21 50
Octal 274 304 335 17 13 0 15 341 41 120
Binary 10111100 11000100 11011101 1111 1011 0 1101 11100001 100001 1010000

Color Harmonies of #BCC4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC4DD

Black with #BCC4DD

Text Example


Text Example

White with #BCC4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC4DD; }

 p { color: rgb(188,196,221); }

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

background-color css

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

 a { background-color: rgb(188,196,221); }

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

border-color css

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

 span { border-color: rgb(188,196,221); }

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