Html Css Color HEX #BCCAF1 Periwinkle

📋 copy color: '#BCCAF1'

red 188 ◦ green 202 ◦ blue 241

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

Shades of Periwinkle #BCCAF1

Tints of Periwinkle #BCCAF1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.01%

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

R = 29.79%
G = 32.01%
B = 38.19%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCCAF1 (or 0xBCCAF1) is known color: Periwinkle. HEX triplet: BC, CA and F1. RGB value is (188,202,241). Sum of RGB (Red+Green+Blue) = 188+202+241=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCCAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCAF1 is #43350E. Grayscale: #CACACA. Windows color (decimal): -4404495 or 15846076. OLE color: 15846076.

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

Color convert

RGB 188 202 241 -
CMYK 0.22 0.16 0 0.05
HSL 224.15º 0.65% 0.84% -
HSV(B) 224.15º 0.22% 0.95% -
XYZ 57.74 59.28 91.62 -
YUV 202.26 149.86 117.83 -
System Red Green Blue C M Y K H S L
Decimal 188 202 241 0.22 0.16 0 0.05 224.15 0.65 0.84
Hex BC CA F1 16 10 0 5 E0 41 54
Octal 274 312 361 26 20 0 5 340 101 124
Binary 10111100 11001010 11110001 10110 10000 0 101 11100000 1000001 1010100

Color Harmonies of #BCCAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCAF1

Black with #BCCAF1

Text Example


Text Example

White with #BCCAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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