Html Css Color HEX #BCC3EA Periwinkle

📋 copy color: '#BCC3EA'

red 188 ◦ green 195 ◦ blue 234

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

Shades of Periwinkle #BCC3EA

Tints of Periwinkle #BCC3EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.93%

R = 30.47%
G = 31.6%
B = 37.93%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCC3EA (or 0xBCC3EA) is known color: Periwinkle. HEX triplet: BC, C3 and EA. RGB value is (188,195,234). Sum of RGB (Red+Green+Blue) = 188+195+234=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 195 (76.56% from 255 or 31.60% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCC3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC3EA is #433C15. Grayscale: #C5C5C5. Windows color (decimal): -4406294 or 15385532. OLE color: 15385532.

HSL color Cylindrical-coordinate representation of color #BCC3EA: hue angle of 230.87º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCC3EA is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 195 234 -
CMYK 0.20 0.17 0 0.08
HSL 230.87º 0.52% 0.83% -
HSV(B) 230.87º 0.2% 0.92% -
XYZ 55.11 55.66 85.68 -
YUV 197.35 148.68 121.33 -
System Red Green Blue C M Y K H S L
Decimal 188 195 234 0.20 0.17 0 0.08 230.87 0.52 0.83
Hex BC C3 EA 14 11 0 8 E7 34 53
Octal 274 303 352 24 21 0 10 347 64 123
Binary 10111100 11000011 11101010 10100 10001 0 1000 11100111 110100 1010011

Color Harmonies of #BCC3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC3EA

Black with #BCC3EA

Text Example


Text Example

White with #BCC3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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