Html Css Color HEX #BCCEF1 Periwinkle

📋 copy color: '#BCCEF1'

red 188 ◦ green 206 ◦ blue 241

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

Shades of Periwinkle #BCCEF1

Tints of Periwinkle #BCCEF1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.44%

 BLUE value IS 241 (94.53% from 255) = 37.95%

R = 29.61%
G = 32.44%
B = 37.95%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCCEF1 (or 0xBCCEF1) is known color: Periwinkle. HEX triplet: BC, CE and F1. RGB value is (188,206,241). Sum of RGB (Red+Green+Blue) = 188+206+241=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCCEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCEF1 is #43310E. Grayscale: #CCCCCC. Windows color (decimal): -4403471 or 15847100. OLE color: 15847100.

HSL color Cylindrical-coordinate representation of color #BCCEF1: hue angle of 219.62º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCCEF1 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 206 241 -
CMYK 0.22 0.15 0 0.05
HSL 219.62º 0.65% 0.84% -
HSV(B) 219.62º 0.22% 0.95% -
XYZ 58.69 61.18 91.94 -
YUV 204.61 148.54 116.15 -
System Red Green Blue C M Y K H S L
Decimal 188 206 241 0.22 0.15 0 0.05 219.62 0.65 0.84
Hex BC CE F1 16 F 0 5 DC 41 54
Octal 274 316 361 26 17 0 5 334 101 124
Binary 10111100 11001110 11110001 10110 1111 0 101 11011100 1000001 1010100

Color Harmonies of #BCCEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCEF1

Black with #BCCEF1

Text Example


Text Example

White with #BCCEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCEF1; }

 p { color: rgb(188,206,241); }

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

background-color css

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

 a { background-color: rgb(188,206,241); }

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

border-color css

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

 span { border-color: rgb(188,206,241); }

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