Html Css Color HEX #BCCBE5 Periwinkle

📋 copy color: '#BCCBE5'

red 188 ◦ green 203 ◦ blue 229

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

Shades of Periwinkle #BCCBE5

Tints of Periwinkle #BCCBE5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.74%

 BLUE value IS 229 (89.84% from 255) = 36.94%

R = 30.32%
G = 32.74%
B = 36.94%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BCCBE5 (or 0xBCCBE5) is known color: Periwinkle. HEX triplet: BC, CB and E5. RGB value is (188,203,229). Sum of RGB (Red+Green+Blue) = 188+203+229=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCCBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCBE5 is #43341A. Grayscale: #C9C9C9. Windows color (decimal): -4404251 or 15059900. OLE color: 15059900.

HSL color Cylindrical-coordinate representation of color #BCCBE5: hue angle of 218.05º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCCBE5 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 203 229 -
CMYK 0.18 0.11 0 0.10
HSL 218.05º 0.44% 0.82% -
HSV(B) 218.05º 0.18% 0.9% -
XYZ 56.24 59.06 82.56 -
YUV 201.48 143.53 118.39 -
System Red Green Blue C M Y K H S L
Decimal 188 203 229 0.18 0.11 0 0.10 218.05 0.44 0.82
Hex BC CB E5 12 B 0 A DA 2C 52
Octal 274 313 345 22 13 0 12 332 54 122
Binary 10111100 11001011 11100101 10010 1011 0 1010 11011010 101100 1010010

Color Harmonies of #BCCBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCBE5

Black with #BCCBE5

Text Example


Text Example

White with #BCCBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCBE5; }

 p { color: rgb(188,203,229); }

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

background-color css

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

 a { background-color: rgb(188,203,229); }

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

border-color css

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

 span { border-color: rgb(188,203,229); }

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