Html Css Color HEX #BCC7F6 Periwinkle

📋 copy color: '#BCC7F6'

red 188 ◦ green 199 ◦ blue 246

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

Shades of Periwinkle #BCC7F6

Tints of Periwinkle #BCC7F6

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.44%

 BLUE value IS 246 (96.48% from 255) = 38.86%

R = 29.7%
G = 31.44%
B = 38.86%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BCC7F6 (or 0xBCC7F6) is known color: Periwinkle. HEX triplet: BC, C7 and F6. RGB value is (188,199,246). Sum of RGB (Red+Green+Blue) = 188+199+246=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 199 (78.12% from 255 or 31.44% from 633); Blue value is 246 (96.48% from 255 or 38.86% from 633); Max value from RGB is 246 - color contains mainly: blue. Hex color #BCC7F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC7F6 is #433809. Grayscale: #C8C8C8. Windows color (decimal): -4405258 or 16172988. OLE color: 16172988.

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

Color convert

RGB 188 199 246 -
CMYK 0.24 0.19 0 0.04
HSL 228.62º 0.76% 0.85% -
HSV(B) 228.62º 0.24% 0.96% -
XYZ 57.8 58.19 95.37 -
YUV 201.07 153.36 118.68 -
System Red Green Blue C M Y K H S L
Decimal 188 199 246 0.24 0.19 0 0.04 228.62 0.76 0.85
Hex BC C7 F6 18 13 0 4 E5 4C 55
Octal 274 307 366 30 23 0 4 345 114 125
Binary 10111100 11000111 11110110 11000 10011 0 100 11100101 1001100 1010101

Color Harmonies of #BCC7F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC7F6

Black with #BCC7F6

Text Example


Text Example

White with #BCC7F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC7F6; }

 p { color: rgb(188,199,246); }

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

background-color css

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

 a { background-color: rgb(188,199,246); }

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

border-color css

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

 span { border-color: rgb(188,199,246); }

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