Html Css Color HEX #BCC8F1 Periwinkle

📋 copy color: '#BCC8F1'

red 188 ◦ green 200 ◦ blue 241

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

Shades of Periwinkle #BCC8F1

Tints of Periwinkle #BCC8F1

RGB

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

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

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

R = 29.89%
G = 31.8%
B = 38.31%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCC8F1 (or 0xBCC8F1) is known color: Periwinkle. HEX triplet: BC, C8 and F1. RGB value is (188,200,241). Sum of RGB (Red+Green+Blue) = 188+200+241=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 200 (78.52% from 255 or 31.80% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCC8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC8F1 is #43370E. Grayscale: #C8C8C8. Windows color (decimal): -4405007 or 15845564. OLE color: 15845564.

HSL color Cylindrical-coordinate representation of color #BCC8F1: hue angle of 226.42º 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 #BCC8F1 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 200 241 -
CMYK 0.22 0.17 0 0.05
HSL 226.42º 0.65% 0.84% -
HSV(B) 226.42º 0.22% 0.95% -
XYZ 57.27 58.35 91.46 -
YUV 201.09 150.52 118.67 -
System Red Green Blue C M Y K H S L
Decimal 188 200 241 0.22 0.17 0 0.05 226.42 0.65 0.84
Hex BC C8 F1 16 11 0 5 E2 41 54
Octal 274 310 361 26 21 0 5 342 101 124
Binary 10111100 11001000 11110001 10110 10001 0 101 11100010 1000001 1010100

Color Harmonies of #BCC8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC8F1

Black with #BCC8F1

Text Example


Text Example

White with #BCC8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC8F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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