Html Css Color HEX #BBC5EE Periwinkle

📋 copy color: '#BBC5EE'

red 187 ◦ green 197 ◦ blue 238

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

Shades of Periwinkle #BBC5EE

Tints of Periwinkle #BBC5EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.26%

R = 30.06%
G = 31.67%
B = 38.26%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBC5EE (or 0xBBC5EE) is known color: Periwinkle. HEX triplet: BB, C5 and EE. RGB value is (187,197,238). Sum of RGB (Red+Green+Blue) = 187+197+238=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 197 (77.34% from 255 or 31.67% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBC5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC5EE is #443A11. Grayscale: #C6C6C6. Windows color (decimal): -4471314 or 15648187. OLE color: 15648187.

HSL color Cylindrical-coordinate representation of color #BBC5EE: hue angle of 228.24º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBC5EE is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 197 238 -
CMYK 0.21 0.17 0 0.07
HSL 228.24º 0.6% 0.83% -
HSV(B) 228.24º 0.21% 0.93% -
XYZ 55.89 56.67 88.88 -
YUV 198.68 150.19 119.67 -
System Red Green Blue C M Y K H S L
Decimal 187 197 238 0.21 0.17 0 0.07 228.24 0.6 0.83
Hex BB C5 EE 15 11 0 7 E4 3C 53
Octal 273 305 356 25 21 0 7 344 74 123
Binary 10111011 11000101 11101110 10101 10001 0 111 11100100 111100 1010011

Color Harmonies of #BBC5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC5EE

Black with #BBC5EE

Text Example


Text Example

White with #BBC5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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