Html Css Color HEX #BBCDED Periwinkle

📋 copy color: '#BBCDED'

red 187 ◦ green 205 ◦ blue 237

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

Shades of Periwinkle #BBCDED

Tints of Periwinkle #BBCDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.68%

R = 29.73%
G = 32.59%
B = 37.68%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBCDED (or 0xBBCDED) is known color: Periwinkle. HEX triplet: BB, CD and ED. RGB value is (187,205,237). Sum of RGB (Red+Green+Blue) = 187+205+237=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBCDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCDED is #443212. Grayscale: #CBCBCB. Windows color (decimal): -4469267 or 15584699. OLE color: 15584699.

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

Color convert

RGB 187 205 237 -
CMYK 0.21 0.14 0 0.07
HSL 218.4º 0.58% 0.83% -
HSV(B) 218.4º 0.21% 0.93% -
XYZ 57.61 60.34 88.73 -
YUV 203.27 147.04 116.4 -
System Red Green Blue C M Y K H S L
Decimal 187 205 237 0.21 0.14 0 0.07 218.4 0.58 0.83
Hex BB CD ED 15 E 0 7 DA 3A 53
Octal 273 315 355 25 16 0 7 332 72 123
Binary 10111011 11001101 11101101 10101 1110 0 111 11011010 111010 1010011

Color Harmonies of #BBCDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDED

Black with #BBCDED

Text Example


Text Example

White with #BBCDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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