Html Css Color HEX #BCC8F7 Periwinkle

📋 copy color: '#BCC8F7'

red 188 ◦ green 200 ◦ blue 247

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

Shades of Periwinkle #BCC8F7

Tints of Periwinkle #BCC8F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 38.9%

R = 29.61%
G = 31.5%
B = 38.9%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BCC8F7 (or 0xBCC8F7) is known color: Periwinkle. HEX triplet: BC, C8 and F7. RGB value is (188,200,247). Sum of RGB (Red+Green+Blue) = 188+200+247=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 200 (78.52% from 255 or 31.50% from 635); Blue value is 247 (96.88% from 255 or 38.90% from 635); Max value from RGB is 247 - color contains mainly: blue. Hex color #BCC8F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC8F7 is #433708. Grayscale: #C9C9C9. Windows color (decimal): -4405001 or 16238780. OLE color: 16238780.

HSL color Cylindrical-coordinate representation of color #BCC8F7: hue angle of 227.8º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCC8F7 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 200 247 -
CMYK 0.24 0.19 0 0.03
HSL 227.8º 0.79% 0.85% -
HSV(B) 227.8º 0.24% 0.97% -
XYZ 58.18 58.72 96.26 -
YUV 201.77 153.52 118.18 -
System Red Green Blue C M Y K H S L
Decimal 188 200 247 0.24 0.19 0 0.03 227.8 0.79 0.85
Hex BC C8 F7 18 13 0 3 E4 4F 55
Octal 274 310 367 30 23 0 3 344 117 125
Binary 10111100 11001000 11110111 11000 10011 0 11 11100100 1001111 1010101

Color Harmonies of #BCC8F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC8F7

Black with #BCC8F7

Text Example


Text Example

White with #BCC8F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC8F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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