Html Css Color HEX #BCC9E4 Periwinkle

📋 copy color: '#BCC9E4'

red 188 ◦ green 201 ◦ blue 228

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

Shades of Periwinkle #BCC9E4

Tints of Periwinkle #BCC9E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.95%

R = 30.47%
G = 32.58%
B = 36.95%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BCC9E4 (or 0xBCC9E4) is known color: Periwinkle. HEX triplet: BC, C9 and E4. RGB value is (188,201,228). Sum of RGB (Red+Green+Blue) = 188+201+228=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 201 (78.91% from 255 or 32.58% from 617); Blue value is 228 (89.45% from 255 or 36.95% from 617); Max value from RGB is 228 - color contains mainly: blue. Hex color #BCC9E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9E4 is #43361B. Grayscale: #C8C8C8. Windows color (decimal): -4404764 or 14993852. OLE color: 14993852.

HSL color Cylindrical-coordinate representation of color #BCC9E4: hue angle of 220.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCC9E4 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 201 228 -
CMYK 0.18 0.12 0 0.11
HSL 220.5º 0.43% 0.82% -
HSV(B) 220.5º 0.18% 0.89% -
XYZ 55.63 58.07 81.67 -
YUV 200.19 143.69 119.3 -
System Red Green Blue C M Y K H S L
Decimal 188 201 228 0.18 0.12 0 0.11 220.5 0.43 0.82
Hex BC C9 E4 12 C 0 B DC 2B 52
Octal 274 311 344 22 14 0 13 334 53 122
Binary 10111100 11001001 11100100 10010 1100 0 1011 11011100 101011 1010010

Color Harmonies of #BCC9E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC9E4

Black with #BCC9E4

Text Example


Text Example

White with #BCC9E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC9E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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