Html Css Color HEX #BBC3EF Periwinkle

📋 copy color: '#BBC3EF'

red 187 ◦ green 195 ◦ blue 239

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

Shades of Periwinkle #BBC3EF

Tints of Periwinkle #BBC3EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.49%

R = 30.11%
G = 31.4%
B = 38.49%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBC3EF (or 0xBBC3EF) is known color: Periwinkle. HEX triplet: BB, C3 and EF. RGB value is (187,195,239). Sum of RGB (Red+Green+Blue) = 187+195+239=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 195 (76.56% from 255 or 31.40% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBC3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC3EF is #443C10. Grayscale: #C5C5C5. Windows color (decimal): -4471825 or 15713211. OLE color: 15713211.

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

Color convert

RGB 187 195 239 -
CMYK 0.22 0.18 0 0.06
HSL 230.77º 0.62% 0.84% -
HSV(B) 230.77º 0.22% 0.94% -
XYZ 55.59 55.83 89.51 -
YUV 197.62 151.35 120.42 -
System Red Green Blue C M Y K H S L
Decimal 187 195 239 0.22 0.18 0 0.06 230.77 0.62 0.84
Hex BB C3 EF 16 12 0 6 E7 3E 54
Octal 273 303 357 26 22 0 6 347 76 124
Binary 10111011 11000011 11101111 10110 10010 0 110 11100111 111110 1010100

Color Harmonies of #BBC3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC3EF

Black with #BBC3EF

Text Example


Text Example

White with #BBC3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC3EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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