Html Css Color HEX #BBCDEA Periwinkle

📋 copy color: '#BBCDEA'

red 187 ◦ green 205 ◦ blue 234

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

Shades of Periwinkle #BBCDEA

Tints of Periwinkle #BBCDEA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.75%

 BLUE value IS 234 (91.8% from 255) = 37.38%

R = 29.87%
G = 32.75%
B = 37.38%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBCDEA (or 0xBBCDEA) is known color: Periwinkle. HEX triplet: BB, CD and EA. RGB value is (187,205,234). Sum of RGB (Red+Green+Blue) = 187+205+234=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBCDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCDEA is #443215. Grayscale: #CACACA. Windows color (decimal): -4469270 or 15388091. OLE color: 15388091.

HSL color Cylindrical-coordinate representation of color #BBCDEA: hue angle of 217.02º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBCDEA is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 205 234 -
CMYK 0.20 0.12 0 0.08
HSL 217.02º 0.53% 0.83% -
HSV(B) 217.02º 0.2% 0.92% -
XYZ 57.18 60.17 86.44 -
YUV 202.92 145.54 116.64 -
System Red Green Blue C M Y K H S L
Decimal 187 205 234 0.20 0.12 0 0.08 217.02 0.53 0.83
Hex BB CD EA 14 C 0 8 D9 35 53
Octal 273 315 352 24 14 0 10 331 65 123
Binary 10111011 11001101 11101010 10100 1100 0 1000 11011001 110101 1010011

Color Harmonies of #BBCDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDEA

Black with #BBCDEA

Text Example


Text Example

White with #BBCDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDEA; }

 p { color: rgb(187,205,234); }

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

background-color css

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

 a { background-color: rgb(187,205,234); }

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

border-color css

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

 span { border-color: rgb(187,205,234); }

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