Html Css Color HEX #BCC4E7 Periwinkle

📋 copy color: '#BCC4E7'

red 188 ◦ green 196 ◦ blue 231

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

Shades of Periwinkle #BCC4E7

Tints of Periwinkle #BCC4E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.56%

R = 30.57%
G = 31.87%
B = 37.56%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BCC4E7 (or 0xBCC4E7) is known color: Periwinkle. HEX triplet: BC, C4 and E7. RGB value is (188,196,231). Sum of RGB (Red+Green+Blue) = 188+196+231=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 196 (76.95% from 255 or 31.87% from 615); Blue value is 231 (90.62% from 255 or 37.56% from 615); Max value from RGB is 231 - color contains mainly: blue. Hex color #BCC4E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC4E7 is #433B18. Grayscale: #C5C5C5. Windows color (decimal): -4406041 or 15189180. OLE color: 15189180.

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

Color convert

RGB 188 196 231 -
CMYK 0.19 0.15 0 0.09
HSL 228.84º 0.47% 0.82% -
HSV(B) 228.84º 0.19% 0.91% -
XYZ 54.9 55.94 83.51 -
YUV 197.6 146.85 121.15 -
System Red Green Blue C M Y K H S L
Decimal 188 196 231 0.19 0.15 0 0.09 228.84 0.47 0.82
Hex BC C4 E7 13 F 0 9 E5 2F 52
Octal 274 304 347 23 17 0 11 345 57 122
Binary 10111100 11000100 11100111 10011 1111 0 1001 11100101 101111 1010010

Color Harmonies of #BCC4E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC4E7

Black with #BCC4E7

Text Example


Text Example

White with #BCC4E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC4E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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