Html Css Color HEX #BCCBF1 Periwinkle

📋 copy color: '#BCCBF1'

red 188 ◦ green 203 ◦ blue 241

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

Shades of Periwinkle #BCCBF1

Tints of Periwinkle #BCCBF1

RGB

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

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

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

R = 29.75%
G = 32.12%
B = 38.13%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCCBF1 (or 0xBCCBF1) is known color: Periwinkle. HEX triplet: BC, CB and F1. RGB value is (188,203,241). Sum of RGB (Red+Green+Blue) = 188+203+241=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCCBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCBF1 is #43340E. Grayscale: #CACACA. Windows color (decimal): -4404239 or 15846332. OLE color: 15846332.

HSL color Cylindrical-coordinate representation of color #BCCBF1: hue angle of 223.02º 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 #BCCBF1 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 203 241 -
CMYK 0.22 0.16 0 0.05
HSL 223.02º 0.65% 0.84% -
HSV(B) 223.02º 0.22% 0.95% -
XYZ 57.97 59.75 91.7 -
YUV 202.85 149.53 117.41 -
System Red Green Blue C M Y K H S L
Decimal 188 203 241 0.22 0.16 0 0.05 223.02 0.65 0.84
Hex BC CB F1 16 10 0 5 DF 41 54
Octal 274 313 361 26 20 0 5 337 101 124
Binary 10111100 11001011 11110001 10110 10000 0 101 11011111 1000001 1010100

Color Harmonies of #BCCBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCBF1

Black with #BCCBF1

Text Example


Text Example

White with #BCCBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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