Html Css Color HEX #BCC9ED Periwinkle

📋 copy color: '#BCC9ED'

red 188 ◦ green 201 ◦ blue 237

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

Shades of Periwinkle #BCC9ED

Tints of Periwinkle #BCC9ED

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.11%

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

R = 30.03%
G = 32.11%
B = 37.86%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCC9ED (or 0xBCC9ED) is known color: Periwinkle. HEX triplet: BC, C9 and ED. RGB value is (188,201,237). Sum of RGB (Red+Green+Blue) = 188+201+237=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 201 (78.91% from 255 or 32.11% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCC9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC9ED is #433612. Grayscale: #C9C9C9. Windows color (decimal): -4404755 or 15583676. OLE color: 15583676.

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

Color convert

RGB 188 201 237 -
CMYK 0.21 0.15 0 0.07
HSL 224.08º 0.58% 0.83% -
HSV(B) 224.08º 0.21% 0.93% -
XYZ 56.91 58.58 88.43 -
YUV 201.22 148.19 118.57 -
System Red Green Blue C M Y K H S L
Decimal 188 201 237 0.21 0.15 0 0.07 224.08 0.58 0.83
Hex BC C9 ED 15 F 0 7 E0 3A 53
Octal 274 311 355 25 17 0 7 340 72 123
Binary 10111100 11001001 11101101 10101 1111 0 111 11100000 111010 1010011

Color Harmonies of #BCC9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC9ED

Black with #BCC9ED

Text Example


Text Example

White with #BCC9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC9ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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