Html Css Color HEX #BCC9F3 Periwinkle

📋 copy color: '#BCC9F3'

red 188 ◦ green 201 ◦ blue 243

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

Shades of Periwinkle #BCC9F3

Tints of Periwinkle #BCC9F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.45%

R = 29.75%
G = 31.8%
B = 38.45%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCC9F3 (or 0xBCC9F3) is known color: Periwinkle. HEX triplet: BC, C9 and F3. RGB value is (188,201,243). Sum of RGB (Red+Green+Blue) = 188+201+243=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 201 (78.91% from 255 or 31.80% from 632); Blue value is 243 (95.31% from 255 or 38.45% from 632); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCC9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC9F3 is #43360C. Grayscale: #C9C9C9. Windows color (decimal): -4404749 or 15976892. OLE color: 15976892.

HSL color Cylindrical-coordinate representation of color #BCC9F3: hue angle of 225.82º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCC9F3 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 201 243 -
CMYK 0.23 0.17 0 0.05
HSL 225.82º 0.7% 0.85% -
HSV(B) 225.82º 0.23% 0.95% -
XYZ 57.8 58.94 93.12 -
YUV 201.9 151.19 118.08 -
System Red Green Blue C M Y K H S L
Decimal 188 201 243 0.23 0.17 0 0.05 225.82 0.7 0.85
Hex BC C9 F3 17 11 0 5 E2 46 55
Octal 274 311 363 27 21 0 5 342 106 125
Binary 10111100 11001001 11110011 10111 10001 0 101 11100010 1000110 1010101

Color Harmonies of #BCC9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC9F3

Black with #BCC9F3

Text Example


Text Example

White with #BCC9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC9F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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