Html Css Color HEX #BCC9F1 Periwinkle

📋 copy color: '#BCC9F1'

red 188 ◦ green 201 ◦ blue 241

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

Shades of Periwinkle #BCC9F1

Tints of Periwinkle #BCC9F1

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.9%

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

R = 29.84%
G = 31.9%
B = 38.25%

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

#BCC9F1 (or 0xBCC9F1) is known color: Periwinkle. HEX triplet: BC, C9 and F1. RGB value is (188,201,241). Sum of RGB (Red+Green+Blue) = 188+201+241=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 201 (78.91% from 255 or 31.90% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCC9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC9F1 is #43360E. Grayscale: #C9C9C9. Windows color (decimal): -4404751 or 15845820. OLE color: 15845820.

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

Color convert

RGB 188 201 241 -
CMYK 0.22 0.17 0 0.05
HSL 225.28º 0.65% 0.84% -
HSV(B) 225.28º 0.22% 0.95% -
XYZ 57.5 58.82 91.54 -
YUV 201.67 150.19 118.25 -
System Red Green Blue C M Y K H S L
Decimal 188 201 241 0.22 0.17 0 0.05 225.28 0.65 0.84
Hex BC C9 F1 16 11 0 5 E1 41 54
Octal 274 311 361 26 21 0 5 341 101 124
Binary 10111100 11001001 11110001 10110 10001 0 101 11100001 1000001 1010100

Color Harmonies of #BCC9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC9F1

Black with #BCC9F1

Text Example


Text Example

White with #BCC9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC9F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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