Html Css Color HEX #BCC9F2 Periwinkle

📋 copy color: '#BCC9F2'

red 188 ◦ green 201 ◦ blue 242

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

Shades of Periwinkle #BCC9F2

Tints of Periwinkle #BCC9F2

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.85%

 BLUE value IS 242 (94.92% from 255) = 38.35%

R = 29.79%
G = 31.85%
B = 38.35%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCC9F2 (or 0xBCC9F2) is known color: Periwinkle. HEX triplet: BC, C9 and F2. RGB value is (188,201,242). Sum of RGB (Red+Green+Blue) = 188+201+242=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 201 (78.91% from 255 or 31.85% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCC9F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC9F2 is #43360D. Grayscale: #C9C9C9. Windows color (decimal): -4404750 or 15911356. OLE color: 15911356.

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

Color convert

RGB 188 201 242 -
CMYK 0.22 0.17 0 0.05
HSL 225.56º 0.68% 0.84% -
HSV(B) 225.56º 0.22% 0.95% -
XYZ 57.65 58.88 92.33 -
YUV 201.79 150.69 118.17 -
System Red Green Blue C M Y K H S L
Decimal 188 201 242 0.22 0.17 0 0.05 225.56 0.68 0.84
Hex BC C9 F2 16 11 0 5 E2 44 54
Octal 274 311 362 26 21 0 5 342 104 124
Binary 10111100 11001001 11110010 10110 10001 0 101 11100010 1000100 1010100

Color Harmonies of #BCC9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC9F2

Black with #BCC9F2

Text Example


Text Example

White with #BCC9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC9F2; }

 p { color: rgb(188,201,242); }

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

background-color css

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

 a { background-color: rgb(188,201,242); }

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

border-color css

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

 span { border-color: rgb(188,201,242); }

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