Html Css Color HEX #BCC6F1 Periwinkle

📋 copy color: '#BCC6F1'

red 188 ◦ green 198 ◦ blue 241

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

Shades of Periwinkle #BCC6F1

Tints of Periwinkle #BCC6F1

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.58%

 BLUE value IS 241 (94.53% from 255) = 38.44%

R = 29.98%
G = 31.58%
B = 38.44%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCC6F1 (or 0xBCC6F1) is known color: Periwinkle. HEX triplet: BC, C6 and F1. RGB value is (188,198,241). Sum of RGB (Red+Green+Blue) = 188+198+241=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 198 (77.73% from 255 or 31.58% from 627); Blue value is 241 (94.53% from 255 or 38.44% from 627); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCC6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC6F1 is #43390E. Grayscale: #C7C7C7. Windows color (decimal): -4405519 or 15845052. OLE color: 15845052.

HSL color Cylindrical-coordinate representation of color #BCC6F1: hue angle of 228.68º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCC6F1 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 198 241 -
CMYK 0.22 0.18 0 0.05
HSL 228.68º 0.65% 0.84% -
HSV(B) 228.68º 0.22% 0.95% -
XYZ 56.81 57.43 91.31 -
YUV 199.91 151.19 119.5 -
System Red Green Blue C M Y K H S L
Decimal 188 198 241 0.22 0.18 0 0.05 228.68 0.65 0.84
Hex BC C6 F1 16 12 0 5 E5 41 54
Octal 274 306 361 26 22 0 5 345 101 124
Binary 10111100 11000110 11110001 10110 10010 0 101 11100101 1000001 1010100

Color Harmonies of #BCC6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC6F1

Black with #BCC6F1

Text Example


Text Example

White with #BCC6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC6F1; }

 p { color: rgb(188,198,241); }

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

background-color css

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

 a { background-color: rgb(188,198,241); }

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

border-color css

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

 span { border-color: rgb(188,198,241); }

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