Html Css Color HEX #BCC3DA Periwinkle

📋 copy color: '#BCC3DA'

red 188 ◦ green 195 ◦ blue 218

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

Shades of Periwinkle #BCC3DA

Tints of Periwinkle #BCC3DA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.45%

 BLUE value IS 218 (85.55% from 255) = 36.27%

R = 31.28%
G = 32.45%
B = 36.27%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCC3DA (or 0xBCC3DA) is known color: Periwinkle. HEX triplet: BC, C3 and DA. RGB value is (188,195,218). Sum of RGB (Red+Green+Blue) = 188+195+218=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 195 (76.56% from 255 or 32.45% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCC3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC3DA is #433C25. Grayscale: #C3C3C3. Windows color (decimal): -4406310 or 14336956. OLE color: 14336956.

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

Color convert

RGB 188 195 218 -
CMYK 0.14 0.11 0 0.15
HSL 226º 0.29% 0.8% -
HSV(B) 226º 0.14% 0.85% -
XYZ 52.91 54.78 74.12 -
YUV 195.53 140.68 122.63 -
System Red Green Blue C M Y K H S L
Decimal 188 195 218 0.14 0.11 0 0.15 226 0.29 0.8
Hex BC C3 DA E B 0 F E2 1D 50
Octal 274 303 332 16 13 0 17 342 35 120
Binary 10111100 11000011 11011010 1110 1011 0 1111 11100010 11101 1010000

Color Harmonies of #BCC3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC3DA

Black with #BCC3DA

Text Example


Text Example

White with #BCC3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC3DA; }

 p { color: rgb(188,195,218); }

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

background-color css

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

 a { background-color: rgb(188,195,218); }

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

border-color css

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

 span { border-color: rgb(188,195,218); }

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