Html Css Color HEX #BBCDEB Periwinkle

📋 copy color: '#BBCDEB'

red 187 ◦ green 205 ◦ blue 235

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

Shades of Periwinkle #BBCDEB

Tints of Periwinkle #BBCDEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.48%

R = 29.82%
G = 32.7%
B = 37.48%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBCDEB (or 0xBBCDEB) is known color: Periwinkle. HEX triplet: BB, CD and EB. RGB value is (187,205,235). Sum of RGB (Red+Green+Blue) = 187+205+235=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBCDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCDEB is #443214. Grayscale: #CACACA. Windows color (decimal): -4469269 or 15453627. OLE color: 15453627.

HSL color Cylindrical-coordinate representation of color #BBCDEB: hue angle of 217.5º degrees, saturation: 0.55, 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 #BBCDEB is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 205 235 -
CMYK 0.20 0.13 0 0.08
HSL 217.5º 0.55% 0.83% -
HSV(B) 217.5º 0.2% 0.92% -
XYZ 57.32 60.23 87.2 -
YUV 203.04 146.04 116.56 -
System Red Green Blue C M Y K H S L
Decimal 187 205 235 0.20 0.13 0 0.08 217.5 0.55 0.83
Hex BB CD EB 14 D 0 8 DA 37 53
Octal 273 315 353 24 15 0 10 332 67 123
Binary 10111011 11001101 11101011 10100 1101 0 1000 11011010 110111 1010011

Color Harmonies of #BBCDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDEB

Black with #BBCDEB

Text Example


Text Example

White with #BBCDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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