Html Css Color HEX #BBC1FD Lavender Blue

📋 copy color: '#BBC1FD'

red 187 ◦ green 193 ◦ blue 253

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

Shades of Lavender Blue #BBC1FD

Tints of Lavender Blue #BBC1FD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.49%

 BLUE value IS 253 (99.22% from 255) = 39.97%

R = 29.54%
G = 30.49%
B = 39.97%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBC1FD (or 0xBBC1FD) is known color: Lavender Blue. HEX triplet: BB, C1 and FD. RGB value is (187,193,253). Sum of RGB (Red+Green+Blue) = 187+193+253=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 193 (75.78% from 255 or 30.49% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBC1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC1FD is #443E02. Grayscale: #C5C5C5. Windows color (decimal): -4472323 or 16630203. OLE color: 16630203.

HSL color Cylindrical-coordinate representation of color #BBC1FD: hue angle of 234.55º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBC1FD is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 193 253 -
CMYK 0.26 0.24 0 0.01
HSL 234.55º 0.94% 0.86% -
HSV(B) 234.55º 0.26% 0.99% -
XYZ 57.29 55.8 100.68 -
YUV 198.05 159.01 120.12 -
System Red Green Blue C M Y K H S L
Decimal 187 193 253 0.26 0.24 0 0.01 234.55 0.94 0.86
Hex BB C1 FD 1A 18 0 1 EB 5E 56
Octal 273 301 375 32 30 0 1 353 136 126
Binary 10111011 11000001 11111101 11010 11000 0 1 11101011 1011110 1010110

Color Harmonies of #BBC1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC1FD

Black with #BBC1FD

Text Example


Text Example

White with #BBC1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC1FD; }

 p { color: rgb(187,193,253); }

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

background-color css

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

 a { background-color: rgb(187,193,253); }

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

border-color css

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

 span { border-color: rgb(187,193,253); }

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