Html Css Color HEX #BCC8EA Periwinkle

📋 copy color: '#BCC8EA'

red 188 ◦ green 200 ◦ blue 234

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

Shades of Periwinkle #BCC8EA

Tints of Periwinkle #BCC8EA

RGB

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

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

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

R = 30.23%
G = 32.15%
B = 37.62%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCC8EA (or 0xBCC8EA) is known color: Periwinkle. HEX triplet: BC, C8 and EA. RGB value is (188,200,234). Sum of RGB (Red+Green+Blue) = 188+200+234=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 200 (78.52% from 255 or 32.15% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCC8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC8EA is #433715. Grayscale: #C8C8C8. Windows color (decimal): -4405014 or 15386812. OLE color: 15386812.

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

Color convert

RGB 188 200 234 -
CMYK 0.20 0.15 0 0.08
HSL 224.35º 0.52% 0.83% -
HSV(B) 224.35º 0.2% 0.92% -
XYZ 56.24 57.94 86.06 -
YUV 200.29 147.02 119.24 -
System Red Green Blue C M Y K H S L
Decimal 188 200 234 0.20 0.15 0 0.08 224.35 0.52 0.83
Hex BC C8 EA 14 F 0 8 E0 34 53
Octal 274 310 352 24 17 0 10 340 64 123
Binary 10111100 11001000 11101010 10100 1111 0 1000 11100000 110100 1010011

Color Harmonies of #BCC8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC8EA

Black with #BCC8EA

Text Example


Text Example

White with #BCC8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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