Html Css Color HEX #BCC8EB Periwinkle

📋 copy color: '#BCC8EB'

red 188 ◦ green 200 ◦ blue 235

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

Shades of Periwinkle #BCC8EB

Tints of Periwinkle #BCC8EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.72%

R = 30.18%
G = 32.1%
B = 37.72%

CMYK

 C value IS 0.2

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCC8EB (or 0xBCC8EB) is known color: Periwinkle. HEX triplet: BC, C8 and EB. RGB value is (188,200,235). Sum of RGB (Red+Green+Blue) = 188+200+235=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 200 (78.52% from 255 or 32.10% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCC8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC8EB is #433714. Grayscale: #C8C8C8. Windows color (decimal): -4405013 or 15452348. OLE color: 15452348.

HSL color Cylindrical-coordinate representation of color #BCC8EB: hue angle of 224.68º degrees, saturation: 0.54, 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 #BCC8EB is Cyan = 0.2, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 200 235 -
CMYK 0.2 0.15 0 0.08
HSL 224.68º 0.54% 0.83% -
HSV(B) 224.68º 0.2% 0.92% -
XYZ 56.39 58 86.82 -
YUV 200.4 147.52 119.15 -
System Red Green Blue C M Y K H S L
Decimal 188 200 235 0.2 0.15 0 0.08 224.68 0.54 0.83
Hex BC C8 EB 14 F 0 8 E1 36 53
Octal 274 310 353 24 17 0 10 341 66 123
Binary 10111100 11001000 11101011 10100 1111 0 1000 11100001 110110 1010011

Color Harmonies of #BCC8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC8EB

Black with #BCC8EB

Text Example


Text Example

White with #BCC8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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