Html Css Color HEX #BBCDE7 Periwinkle

📋 copy color: '#BBCDE7'

red 187 ◦ green 205 ◦ blue 231

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

Shades of Periwinkle #BBCDE7

Tints of Periwinkle #BBCDE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.08%

R = 30.02%
G = 32.91%
B = 37.08%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBCDE7 (or 0xBBCDE7) is known color: Periwinkle. HEX triplet: BB, CD and E7. RGB value is (187,205,231). Sum of RGB (Red+Green+Blue) = 187+205+231=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBCDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCDE7 is #443218. Grayscale: #CACACA. Windows color (decimal): -4469273 or 15191483. OLE color: 15191483.

HSL color Cylindrical-coordinate representation of color #BBCDE7: hue angle of 215.45º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBCDE7 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 205 231 -
CMYK 0.19 0.11 0 0.09
HSL 215.45º 0.48% 0.82% -
HSV(B) 215.45º 0.19% 0.91% -
XYZ 56.75 60 84.19 -
YUV 202.58 144.04 116.89 -
System Red Green Blue C M Y K H S L
Decimal 187 205 231 0.19 0.11 0 0.09 215.45 0.48 0.82
Hex BB CD E7 13 B 0 9 D7 30 52
Octal 273 315 347 23 13 0 11 327 60 122
Binary 10111011 11001101 11100111 10011 1011 0 1001 11010111 110000 1010010

Color Harmonies of #BBCDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDE7

Black with #BBCDE7

Text Example


Text Example

White with #BBCDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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