Html Css Color HEX #BCC3E9 Periwinkle

📋 copy color: '#BCC3E9'

red 188 ◦ green 195 ◦ blue 233

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

Shades of Periwinkle #BCC3E9

Tints of Periwinkle #BCC3E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.82%

R = 30.52%
G = 31.66%
B = 37.82%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BCC3E9 (or 0xBCC3E9) is known color: Periwinkle. HEX triplet: BC, C3 and E9. RGB value is (188,195,233). Sum of RGB (Red+Green+Blue) = 188+195+233=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 195 (76.56% from 255 or 31.66% from 616); Blue value is 233 (91.41% from 255 or 37.82% from 616); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCC3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC3E9 is #433C16. Grayscale: #C5C5C5. Windows color (decimal): -4406295 or 15319996. OLE color: 15319996.

HSL color Cylindrical-coordinate representation of color #BCC3E9: hue angle of 230.67º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCC3E9 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 195 233 -
CMYK 0.19 0.16 0 0.09
HSL 230.67º 0.51% 0.83% -
HSV(B) 230.67º 0.19% 0.91% -
XYZ 54.96 55.6 84.93 -
YUV 197.24 148.18 121.41 -
System Red Green Blue C M Y K H S L
Decimal 188 195 233 0.19 0.16 0 0.09 230.67 0.51 0.83
Hex BC C3 E9 13 10 0 9 E7 33 53
Octal 274 303 351 23 20 0 11 347 63 123
Binary 10111100 11000011 11101001 10011 10000 0 1001 11100111 110011 1010011

Color Harmonies of #BCC3E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC3E9

Black with #BCC3E9

Text Example


Text Example

White with #BCC3E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC3E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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