Html Css Color HEX #BBC4EE Periwinkle

📋 copy color: '#BBC4EE'

red 187 ◦ green 196 ◦ blue 238

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

Shades of Periwinkle #BBC4EE

Tints of Periwinkle #BBC4EE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.56%

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

R = 30.11%
G = 31.56%
B = 38.33%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBC4EE (or 0xBBC4EE) is known color: Periwinkle. HEX triplet: BB, C4 and EE. RGB value is (187,196,238). Sum of RGB (Red+Green+Blue) = 187+196+238=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 196 (76.95% from 255 or 31.56% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBC4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC4EE is #443B11. Grayscale: #C5C5C5. Windows color (decimal): -4471570 or 15647931. OLE color: 15647931.

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

Color convert

RGB 187 196 238 -
CMYK 0.21 0.18 0 0.07
HSL 229.41º 0.6% 0.83% -
HSV(B) 229.41º 0.21% 0.93% -
XYZ 55.67 56.22 88.81 -
YUV 198.1 150.52 120.08 -
System Red Green Blue C M Y K H S L
Decimal 187 196 238 0.21 0.18 0 0.07 229.41 0.6 0.83
Hex BB C4 EE 15 12 0 7 E5 3C 53
Octal 273 304 356 25 22 0 7 345 74 123
Binary 10111011 11000100 11101110 10101 10010 0 111 11100101 111100 1010011

Color Harmonies of #BBC4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC4EE

Black with #BBC4EE

Text Example


Text Example

White with #BBC4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC4EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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