Html Css Color HEX #BCCCEA Periwinkle

📋 copy color: '#BCCCEA'

red 188 ◦ green 204 ◦ blue 234

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

Shades of Periwinkle #BCCCEA

Tints of Periwinkle #BCCCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.38%

R = 30.03%
G = 32.59%
B = 37.38%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCCCEA (or 0xBCCCEA) is known color: Periwinkle. HEX triplet: BC, CC and EA. RGB value is (188,204,234). Sum of RGB (Red+Green+Blue) = 188+204+234=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCCCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCCEA is #433315. Grayscale: #CACACA. Windows color (decimal): -4403990 or 15387836. OLE color: 15387836.

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

Color convert

RGB 188 204 234 -
CMYK 0.20 0.13 0 0.08
HSL 219.13º 0.52% 0.83% -
HSV(B) 219.13º 0.2% 0.92% -
XYZ 57.18 59.82 86.37 -
YUV 202.64 145.7 117.56 -
System Red Green Blue C M Y K H S L
Decimal 188 204 234 0.20 0.13 0 0.08 219.13 0.52 0.83
Hex BC CC EA 14 D 0 8 DB 34 53
Octal 274 314 352 24 15 0 10 333 64 123
Binary 10111100 11001100 11101010 10100 1101 0 1000 11011011 110100 1010011

Color Harmonies of #BCCCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCEA

Black with #BCCCEA

Text Example


Text Example

White with #BCCCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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