Html Css Color HEX #BBCDF0 Periwinkle

📋 copy color: '#BBCDF0'

red 187 ◦ green 205 ◦ blue 240

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

Shades of Periwinkle #BBCDF0

Tints of Periwinkle #BBCDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.97%

R = 29.59%
G = 32.44%
B = 37.97%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBCDF0 (or 0xBBCDF0) is known color: Periwinkle. HEX triplet: BB, CD and F0. RGB value is (187,205,240). Sum of RGB (Red+Green+Blue) = 187+205+240=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 240 (94.14% from 255 or 37.97% from 632); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBCDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCDF0 is #44320F. Grayscale: #CBCBCB. Windows color (decimal): -4469264 or 15781307. OLE color: 15781307.

HSL color Cylindrical-coordinate representation of color #BBCDF0: hue angle of 219.62º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBCDF0 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 205 240 -
CMYK 0.22 0.15 0 0.06
HSL 219.62º 0.64% 0.84% -
HSV(B) 219.62º 0.22% 0.94% -
XYZ 58.05 60.52 91.06 -
YUV 203.61 148.54 116.15 -
System Red Green Blue C M Y K H S L
Decimal 187 205 240 0.22 0.15 0 0.06 219.62 0.64 0.84
Hex BB CD F0 16 F 0 6 DC 40 54
Octal 273 315 360 26 17 0 6 334 100 124
Binary 10111011 11001101 11110000 10110 1111 0 110 11011100 1000000 1010100

Color Harmonies of #BBCDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDF0

Black with #BBCDF0

Text Example


Text Example

White with #BBCDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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