Html Css Color HEX #BCCAEB Periwinkle

📋 copy color: '#BCCAEB'

red 188 ◦ green 202 ◦ blue 235

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

Shades of Periwinkle #BCCAEB

Tints of Periwinkle #BCCAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.6%

R = 30.08%
G = 32.32%
B = 37.6%

CMYK

 C value IS 0.2

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCCAEB (or 0xBCCAEB) is known color: Periwinkle. HEX triplet: BC, CA and EB. RGB value is (188,202,235). Sum of RGB (Red+Green+Blue) = 188+202+235=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCCAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCAEB is #433514. Grayscale: #C9C9C9. Windows color (decimal): -4404501 or 15452860. OLE color: 15452860.

HSL color Cylindrical-coordinate representation of color #BCCAEB: hue angle of 222.13º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCCAEB is Cyan = 0.2, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 202 235 -
CMYK 0.2 0.14 0 0.08
HSL 222.13º 0.54% 0.83% -
HSV(B) 222.13º 0.2% 0.92% -
XYZ 56.85 58.93 86.98 -
YUV 201.58 146.86 118.32 -
System Red Green Blue C M Y K H S L
Decimal 188 202 235 0.2 0.14 0 0.08 222.13 0.54 0.83
Hex BC CA EB 14 E 0 8 DE 36 53
Octal 274 312 353 24 16 0 10 336 66 123
Binary 10111100 11001010 11101011 10100 1110 0 1000 11011110 110110 1010011

Color Harmonies of #BCCAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCAEB

Black with #BCCAEB

Text Example


Text Example

White with #BCCAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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