Html Css Color HEX #BCC8E5 Periwinkle

📋 copy color: '#BCC8E5'

red 188 ◦ green 200 ◦ blue 229

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

Shades of Periwinkle #BCC8E5

Tints of Periwinkle #BCC8E5

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.41%

 BLUE value IS 229 (89.84% from 255) = 37.12%

R = 30.47%
G = 32.41%
B = 37.12%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BCC8E5 (or 0xBCC8E5) is known color: Periwinkle. HEX triplet: BC, C8 and E5. RGB value is (188,200,229). Sum of RGB (Red+Green+Blue) = 188+200+229=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 200 (78.52% from 255 or 32.41% from 617); Blue value is 229 (89.84% from 255 or 37.12% from 617); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCC8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC8E5 is #43371A. Grayscale: #C7C7C7. Windows color (decimal): -4405019 or 15059132. OLE color: 15059132.

HSL color Cylindrical-coordinate representation of color #BCC8E5: hue angle of 222.44º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCC8E5 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 200 229 -
CMYK 0.18 0.13 0 0.10
HSL 222.44º 0.44% 0.82% -
HSV(B) 222.44º 0.18% 0.9% -
XYZ 55.54 57.66 82.33 -
YUV 199.72 144.52 119.64 -
System Red Green Blue C M Y K H S L
Decimal 188 200 229 0.18 0.13 0 0.10 222.44 0.44 0.82
Hex BC C8 E5 12 D 0 A DE 2C 52
Octal 274 310 345 22 15 0 12 336 54 122
Binary 10111100 11001000 11100101 10010 1101 0 1010 11011110 101100 1010010

Color Harmonies of #BCC8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC8E5

Black with #BCC8E5

Text Example


Text Example

White with #BCC8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC8E5; }

 p { color: rgb(188,200,229); }

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

background-color css

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

 a { background-color: rgb(188,200,229); }

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

border-color css

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

 span { border-color: rgb(188,200,229); }

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