Html Css Color HEX #BBC5EF Periwinkle

📋 copy color: '#BBC5EF'

red 187 ◦ green 197 ◦ blue 239

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

Shades of Periwinkle #BBC5EF

Tints of Periwinkle #BBC5EF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.62%

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

R = 30.02%
G = 31.62%
B = 38.36%

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

#BBC5EF (or 0xBBC5EF) is known color: Periwinkle. HEX triplet: BB, C5 and EF. RGB value is (187,197,239). Sum of RGB (Red+Green+Blue) = 187+197+239=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 197 (77.34% from 255 or 31.62% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBC5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC5EF is #443A10. Grayscale: #C6C6C6. Windows color (decimal): -4471313 or 15713723. OLE color: 15713723.

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

Color convert

RGB 187 197 239 -
CMYK 0.22 0.18 0 0.06
HSL 228.46º 0.62% 0.84% -
HSV(B) 228.46º 0.22% 0.94% -
XYZ 56.04 56.73 89.66 -
YUV 198.8 150.69 119.58 -
System Red Green Blue C M Y K H S L
Decimal 187 197 239 0.22 0.18 0 0.06 228.46 0.62 0.84
Hex BB C5 EF 16 12 0 6 E4 3E 54
Octal 273 305 357 26 22 0 6 344 76 124
Binary 10111011 11000101 11101111 10110 10010 0 110 11100100 111110 1010100

Color Harmonies of #BBC5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC5EF

Black with #BBC5EF

Text Example


Text Example

White with #BBC5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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