Html Css Color HEX #BCC8ED Periwinkle

📋 copy color: '#BCC8ED'

red 188 ◦ green 200 ◦ blue 237

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

Shades of Periwinkle #BCC8ED

Tints of Periwinkle #BCC8ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.92%

R = 30.08%
G = 32%
B = 37.92%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCC8ED (or 0xBCC8ED) is known color: Periwinkle. HEX triplet: BC, C8 and ED. RGB value is (188,200,237). Sum of RGB (Red+Green+Blue) = 188+200+237=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCC8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC8ED is #433712. Grayscale: #C8C8C8. Windows color (decimal): -4405011 or 15583420. OLE color: 15583420.

HSL color Cylindrical-coordinate representation of color #BCC8ED: hue angle of 225.31º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCC8ED is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 200 237 -
CMYK 0.21 0.16 0 0.07
HSL 225.31º 0.58% 0.83% -
HSV(B) 225.31º 0.21% 0.93% -
XYZ 56.68 58.11 88.35 -
YUV 200.63 148.52 118.99 -
System Red Green Blue C M Y K H S L
Decimal 188 200 237 0.21 0.16 0 0.07 225.31 0.58 0.83
Hex BC C8 ED 15 10 0 7 E1 3A 53
Octal 274 310 355 25 20 0 7 341 72 123
Binary 10111100 11001000 11101101 10101 10000 0 111 11100001 111010 1010011

Color Harmonies of #BCC8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC8ED

Black with #BCC8ED

Text Example


Text Example

White with #BCC8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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