Html Css Color HEX #BCCCEB Periwinkle

📋 copy color: '#BCCCEB'

red 188 ◦ green 204 ◦ blue 235

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

Shades of Periwinkle #BCCCEB

Tints of Periwinkle #BCCCEB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.54%

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

R = 29.98%
G = 32.54%
B = 37.48%

CMYK

 C value IS 0.2

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCCCEB (or 0xBCCCEB) is known color: Periwinkle. HEX triplet: BC, CC and EB. RGB value is (188,204,235). Sum of RGB (Red+Green+Blue) = 188+204+235=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCCCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCCEB is #433314. Grayscale: #CACACA. Windows color (decimal): -4403989 or 15453372. OLE color: 15453372.

HSL color Cylindrical-coordinate representation of color #BCCCEB: hue angle of 219.57º 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 #BCCCEB is Cyan = 0.2, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 204 235 -
CMYK 0.2 0.13 0 0.08
HSL 219.57º 0.54% 0.83% -
HSV(B) 219.57º 0.2% 0.92% -
XYZ 57.33 59.88 87.13 -
YUV 202.75 146.2 117.48 -
System Red Green Blue C M Y K H S L
Decimal 188 204 235 0.2 0.13 0 0.08 219.57 0.54 0.83
Hex BC CC EB 14 D 0 8 DC 36 53
Octal 274 314 353 24 15 0 10 334 66 123
Binary 10111100 11001100 11101011 10100 1101 0 1000 11011100 110110 1010011

Color Harmonies of #BCCCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCEB

Black with #BCCCEB

Text Example


Text Example

White with #BCCCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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