Html Css Color HEX #BBCDF3 Periwinkle

📋 copy color: '#BBCDF3'

red 187 ◦ green 205 ◦ blue 243

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

Shades of Periwinkle #BBCDF3

Tints of Periwinkle #BBCDF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.27%

R = 29.45%
G = 32.28%
B = 38.27%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBCDF3 (or 0xBBCDF3) is known color: Periwinkle. HEX triplet: BB, CD and F3. RGB value is (187,205,243). Sum of RGB (Red+Green+Blue) = 187+205+243=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 243 (95.31% from 255 or 38.27% from 635); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBCDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCDF3 is #44320C. Grayscale: #CBCBCB. Windows color (decimal): -4469261 or 15977915. OLE color: 15977915.

HSL color Cylindrical-coordinate representation of color #BBCDF3: hue angle of 220.71º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBCDF3 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 205 243 -
CMYK 0.23 0.16 0 0.05
HSL 220.71º 0.7% 0.84% -
HSV(B) 220.71º 0.23% 0.95% -
XYZ 58.5 60.7 93.43 -
YUV 203.95 150.04 115.91 -
System Red Green Blue C M Y K H S L
Decimal 187 205 243 0.23 0.16 0 0.05 220.71 0.7 0.84
Hex BB CD F3 17 10 0 5 DD 46 54
Octal 273 315 363 27 20 0 5 335 106 124
Binary 10111011 11001101 11110011 10111 10000 0 101 11011101 1000110 1010100

Color Harmonies of #BBCDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDF3

Black with #BBCDF3

Text Example


Text Example

White with #BBCDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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