Html Css Color HEX #BCCAF5 Periwinkle

📋 copy color: '#BCCAF5'

red 188 ◦ green 202 ◦ blue 245

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

Shades of Periwinkle #BCCAF5

Tints of Periwinkle #BCCAF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.58%

R = 29.61%
G = 31.81%
B = 38.58%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BCCAF5 (or 0xBCCAF5) is known color: Periwinkle. HEX triplet: BC, CA and F5. RGB value is (188,202,245). Sum of RGB (Red+Green+Blue) = 188+202+245=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 245 (96.09% from 255 or 38.58% from 635); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCCAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCAF5 is #43350A. Grayscale: #CACACA. Windows color (decimal): -4404491 or 16108220. OLE color: 16108220.

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

Color convert

RGB 188 202 245 -
CMYK 0.23 0.18 0 0.04
HSL 225.26º 0.74% 0.85% -
HSV(B) 225.26º 0.23% 0.96% -
XYZ 58.34 59.53 94.8 -
YUV 202.72 151.86 117.5 -
System Red Green Blue C M Y K H S L
Decimal 188 202 245 0.23 0.18 0 0.04 225.26 0.74 0.85
Hex BC CA F5 17 12 0 4 E1 4A 55
Octal 274 312 365 27 22 0 4 341 112 125
Binary 10111100 11001010 11110101 10111 10010 0 100 11100001 1001010 1010101

Color Harmonies of #BCCAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCAF5

Black with #BCCAF5

Text Example


Text Example

White with #BCCAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCAF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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