Html Css Color HEX #BBC3DE Periwinkle

📋 copy color: '#BBC3DE'

red 187 ◦ green 195 ◦ blue 222

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

Shades of Periwinkle #BBC3DE

Tints of Periwinkle #BBC3DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.75%

R = 30.96%
G = 32.28%
B = 36.75%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBC3DE (or 0xBBC3DE) is known color: Periwinkle. HEX triplet: BB, C3 and DE. RGB value is (187,195,222). Sum of RGB (Red+Green+Blue) = 187+195+222=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 195 (76.56% from 255 or 32.28% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBC3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC3DE is #443C21. Grayscale: #C3C3C3. Windows color (decimal): -4471842 or 14599099. OLE color: 14599099.

HSL color Cylindrical-coordinate representation of color #BBC3DE: hue angle of 226.29º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBC3DE is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 195 222 -
CMYK 0.16 0.12 0 0.13
HSL 226.29º 0.35% 0.8% -
HSV(B) 226.29º 0.16% 0.87% -
XYZ 53.19 54.87 76.89 -
YUV 195.69 142.85 121.8 -
System Red Green Blue C M Y K H S L
Decimal 187 195 222 0.16 0.12 0 0.13 226.29 0.35 0.8
Hex BB C3 DE 10 C 0 D E2 23 50
Octal 273 303 336 20 14 0 15 342 43 120
Binary 10111011 11000011 11011110 10000 1100 0 1101 11100010 100011 1010000

Color Harmonies of #BBC3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC3DE

Black with #BBC3DE

Text Example


Text Example

White with #BBC3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC3DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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