Html Css Color HEX #BCC9E5 Periwinkle

📋 copy color: '#BCC9E5'

red 188 ◦ green 201 ◦ blue 229

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

Shades of Periwinkle #BCC9E5

Tints of Periwinkle #BCC9E5

RGB

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

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

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

R = 30.42%
G = 32.52%
B = 37.06%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BCC9E5 (or 0xBCC9E5) is known color: Periwinkle. HEX triplet: BC, C9 and E5. RGB value is (188,201,229). Sum of RGB (Red+Green+Blue) = 188+201+229=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 201 (78.91% from 255 or 32.52% from 618); Blue value is 229 (89.84% from 255 or 37.06% from 618); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCC9E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9E5 is #43361A. Grayscale: #C8C8C8. Windows color (decimal): -4404763 or 15059388. OLE color: 15059388.

HSL color Cylindrical-coordinate representation of color #BCC9E5: hue angle of 220.98º 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 #BCC9E5 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 201 229 -
CMYK 0.18 0.12 0 0.10
HSL 220.98º 0.44% 0.82% -
HSV(B) 220.98º 0.18% 0.9% -
XYZ 55.77 58.12 82.41 -
YUV 200.31 144.19 119.22 -
System Red Green Blue C M Y K H S L
Decimal 188 201 229 0.18 0.12 0 0.10 220.98 0.44 0.82
Hex BC C9 E5 12 C 0 A DD 2C 52
Octal 274 311 345 22 14 0 12 335 54 122
Binary 10111100 11001001 11100101 10010 1100 0 1010 11011101 101100 1010010

Color Harmonies of #BCC9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC9E5

Black with #BCC9E5

Text Example


Text Example

White with #BCC9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC9E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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