Html Css Color HEX #BBC3F0 Periwinkle

📋 copy color: '#BBC3F0'

red 187 ◦ green 195 ◦ blue 240

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

Shades of Periwinkle #BBC3F0

Tints of Periwinkle #BBC3F0

RGB

 RED value IS 187 (73.44% from 255) = 30.06%

 GREEN value IS 195 (76.56% from 255) = 31.35%

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

R = 30.06%
G = 31.35%
B = 38.59%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBC3F0 (or 0xBBC3F0) is known color: Periwinkle. HEX triplet: BB, C3 and F0. RGB value is (187,195,240). Sum of RGB (Red+Green+Blue) = 187+195+240=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 195 (76.56% from 255 or 31.35% from 622); Blue value is 240 (94.14% from 255 or 38.59% from 622); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBC3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC3F0 is #443C0F. Grayscale: #C5C5C5. Windows color (decimal): -4471824 or 15778747. OLE color: 15778747.

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

Color convert

RGB 187 195 240 -
CMYK 0.22 0.19 0 0.06
HSL 230.94º 0.64% 0.84% -
HSV(B) 230.94º 0.22% 0.94% -
XYZ 55.74 55.89 90.29 -
YUV 197.74 151.85 120.34 -
System Red Green Blue C M Y K H S L
Decimal 187 195 240 0.22 0.19 0 0.06 230.94 0.64 0.84
Hex BB C3 F0 16 13 0 6 E7 40 54
Octal 273 303 360 26 23 0 6 347 100 124
Binary 10111011 11000011 11110000 10110 10011 0 110 11100111 1000000 1010100

Color Harmonies of #BBC3F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC3F0

Black with #BBC3F0

Text Example


Text Example

White with #BBC3F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC3F0; }

 p { color: rgb(187,195,240); }

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

background-color css

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

 a { background-color: rgb(187,195,240); }

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

border-color css

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

 span { border-color: rgb(187,195,240); }

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