Html Css Color HEX #BCC4F3 Periwinkle

📋 copy color: '#BCC4F3'

red 188 ◦ green 196 ◦ blue 243

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

Shades of Periwinkle #BCC4F3

Tints of Periwinkle #BCC4F3

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.26%

 BLUE value IS 243 (95.31% from 255) = 38.76%

R = 29.98%
G = 31.26%
B = 38.76%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCC4F3 (or 0xBCC4F3) is known color: Periwinkle. HEX triplet: BC, C4 and F3. RGB value is (188,196,243). Sum of RGB (Red+Green+Blue) = 188+196+243=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 196 (76.95% from 255 or 31.26% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCC4F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC4F3 is #433B0C. Grayscale: #C6C6C6. Windows color (decimal): -4406029 or 15975612. OLE color: 15975612.

HSL color Cylindrical-coordinate representation of color #BCC4F3: hue angle of 231.27º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCC4F3 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 196 243 -
CMYK 0.23 0.19 0 0.05
HSL 231.27º 0.7% 0.85% -
HSV(B) 231.27º 0.23% 0.95% -
XYZ 56.66 56.64 92.74 -
YUV 198.97 152.85 120.18 -
System Red Green Blue C M Y K H S L
Decimal 188 196 243 0.23 0.19 0 0.05 231.27 0.7 0.85
Hex BC C4 F3 17 13 0 5 E7 46 55
Octal 274 304 363 27 23 0 5 347 106 125
Binary 10111100 11000100 11110011 10111 10011 0 101 11100111 1000110 1010101

Color Harmonies of #BCC4F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC4F3

Black with #BCC4F3

Text Example


Text Example

White with #BCC4F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC4F3; }

 p { color: rgb(188,196,243); }

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

background-color css

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

 a { background-color: rgb(188,196,243); }

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

border-color css

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

 span { border-color: rgb(188,196,243); }

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