Html Css Color HEX #BCC9F0 Periwinkle

📋 copy color: '#BCC9F0'

red 188 ◦ green 201 ◦ blue 240

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

Shades of Periwinkle #BCC9F0

Tints of Periwinkle #BCC9F0

RGB

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

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

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

R = 29.89%
G = 31.96%
B = 38.16%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BCC9F0 (or 0xBCC9F0) is known color: Periwinkle. HEX triplet: BC, C9 and F0. RGB value is (188,201,240). Sum of RGB (Red+Green+Blue) = 188+201+240=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCC9F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC9F0 is #43360F. Grayscale: #C9C9C9. Windows color (decimal): -4404752 or 15780284. OLE color: 15780284.

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

Color convert

RGB 188 201 240 -
CMYK 0.22 0.16 0 0.06
HSL 225º 0.63% 0.84% -
HSV(B) 225º 0.22% 0.94% -
XYZ 57.35 58.76 90.76 -
YUV 201.56 149.69 118.33 -
System Red Green Blue C M Y K H S L
Decimal 188 201 240 0.22 0.16 0 0.06 225 0.63 0.84
Hex BC C9 F0 16 10 0 6 E1 3F 54
Octal 274 311 360 26 20 0 6 341 77 124
Binary 10111100 11001001 11110000 10110 10000 0 110 11100001 111111 1010100

Color Harmonies of #BCC9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC9F0

Black with #BCC9F0

Text Example


Text Example

White with #BCC9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC9F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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