Html Css Color HEX #BCC8F0 Periwinkle

📋 copy color: '#BCC8F0'

red 188 ◦ green 200 ◦ blue 240

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

Shades of Periwinkle #BCC8F0

Tints of Periwinkle #BCC8F0

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.85%

 BLUE value IS 240 (94.14% from 255) = 38.22%

R = 29.94%
G = 31.85%
B = 38.22%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BCC8F0 (or 0xBCC8F0) is known color: Periwinkle. HEX triplet: BC, C8 and F0. RGB value is (188,200,240). Sum of RGB (Red+Green+Blue) = 188+200+240=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 200 (78.52% from 255 or 31.85% from 628); Blue value is 240 (94.14% from 255 or 38.22% from 628); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCC8F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC8F0 is #43370F. Grayscale: #C8C8C8. Windows color (decimal): -4405008 or 15780028. OLE color: 15780028.

HSL color Cylindrical-coordinate representation of color #BCC8F0: hue angle of 226.15º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCC8F0 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 200 240 -
CMYK 0.22 0.17 0 0.06
HSL 226.15º 0.63% 0.84% -
HSV(B) 226.15º 0.22% 0.94% -
XYZ 57.12 58.29 90.68 -
YUV 200.97 150.02 118.75 -
System Red Green Blue C M Y K H S L
Decimal 188 200 240 0.22 0.17 0 0.06 226.15 0.63 0.84
Hex BC C8 F0 16 11 0 6 E2 3F 54
Octal 274 310 360 26 21 0 6 342 77 124
Binary 10111100 11001000 11110000 10110 10001 0 110 11100010 111111 1010100

Color Harmonies of #BCC8F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC8F0

Black with #BCC8F0

Text Example


Text Example

White with #BCC8F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC8F0; }

 p { color: rgb(188,200,240); }

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

background-color css

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

 a { background-color: rgb(188,200,240); }

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

border-color css

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

 span { border-color: rgb(188,200,240); }

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