Html Css Color HEX #BBC3EE Periwinkle

📋 copy color: '#BBC3EE'

red 187 ◦ green 195 ◦ blue 238

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

Shades of Periwinkle #BBC3EE

Tints of Periwinkle #BBC3EE

RGB

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

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

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

R = 30.16%
G = 31.45%
B = 38.39%

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

#BBC3EE (or 0xBBC3EE) is known color: Periwinkle. HEX triplet: BB, C3 and EE. RGB value is (187,195,238). Sum of RGB (Red+Green+Blue) = 187+195+238=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 195 (76.56% from 255 or 31.45% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBC3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC3EE is #443C11. Grayscale: #C5C5C5. Windows color (decimal): -4471826 or 15647675. OLE color: 15647675.

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

Color convert

RGB 187 195 238 -
CMYK 0.21 0.18 0 0.07
HSL 230.59º 0.6% 0.83% -
HSV(B) 230.59º 0.21% 0.93% -
XYZ 55.44 55.77 88.73 -
YUV 197.51 150.85 120.5 -
System Red Green Blue C M Y K H S L
Decimal 187 195 238 0.21 0.18 0 0.07 230.59 0.6 0.83
Hex BB C3 EE 15 12 0 7 E7 3C 53
Octal 273 303 356 25 22 0 7 347 74 123
Binary 10111011 11000011 11101110 10101 10010 0 111 11100111 111100 1010011

Color Harmonies of #BBC3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC3EE

Black with #BBC3EE

Text Example


Text Example

White with #BBC3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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