Html Css Color HEX #BCC3ED Periwinkle

📋 copy color: '#BCC3ED'

red 188 ◦ green 195 ◦ blue 237

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

Shades of Periwinkle #BCC3ED

Tints of Periwinkle #BCC3ED

RGB

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

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

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

R = 30.32%
G = 31.45%
B = 38.23%

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

#BCC3ED (or 0xBCC3ED) is known color: Periwinkle. HEX triplet: BC, C3 and ED. RGB value is (188,195,237). Sum of RGB (Red+Green+Blue) = 188+195+237=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 195 (76.56% from 255 or 31.45% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCC3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC3ED is #433C12. Grayscale: #C5C5C5. Windows color (decimal): -4406291 or 15582140. OLE color: 15582140.

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

Color convert

RGB 188 195 237 -
CMYK 0.21 0.18 0 0.07
HSL 231.43º 0.58% 0.83% -
HSV(B) 231.43º 0.21% 0.93% -
XYZ 55.54 55.84 87.97 -
YUV 197.7 150.18 121.08 -
System Red Green Blue C M Y K H S L
Decimal 188 195 237 0.21 0.18 0 0.07 231.43 0.58 0.83
Hex BC C3 ED 15 12 0 7 E7 3A 53
Octal 274 303 355 25 22 0 7 347 72 123
Binary 10111100 11000011 11101101 10101 10010 0 111 11100111 111010 1010011

Color Harmonies of #BCC3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC3ED

Black with #BCC3ED

Text Example


Text Example

White with #BCC3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC3ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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