Html Css Color HEX #BCC8F9 Periwinkle

📋 copy color: '#BCC8F9'

red 188 ◦ green 200 ◦ blue 249

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

Shades of Periwinkle #BCC8F9

Tints of Periwinkle #BCC8F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 39.09%

R = 29.51%
G = 31.4%
B = 39.09%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCC8F9 (or 0xBCC8F9) is known color: Periwinkle. HEX triplet: BC, C8 and F9. RGB value is (188,200,249). Sum of RGB (Red+Green+Blue) = 188+200+249=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 249 (97.66% from 255 or 39.09% from 637); Max value from RGB is 249 - color contains mainly: blue. Hex color #BCC8F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC8F9 is #433706. Grayscale: #C9C9C9. Windows color (decimal): -4404999 or 16369852. OLE color: 16369852.

HSL color Cylindrical-coordinate representation of color #BCC8F9: hue angle of 228.2º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCC8F9 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 200 249 -
CMYK 0.24 0.20 0 0.02
HSL 228.2º 0.84% 0.86% -
HSV(B) 228.2º 0.24% 0.98% -
XYZ 58.49 58.84 97.9 -
YUV 202 154.52 118.02 -
System Red Green Blue C M Y K H S L
Decimal 188 200 249 0.24 0.20 0 0.02 228.2 0.84 0.86
Hex BC C8 F9 18 14 0 2 E4 54 56
Octal 274 310 371 30 24 0 2 344 124 126
Binary 10111100 11001000 11111001 11000 10100 0 10 11100100 1010100 1010110

Color Harmonies of #BCC8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC8F9

Black with #BCC8F9

Text Example


Text Example

White with #BCC8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC8F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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