Html Css Color HEX #BBD0FF Periwinkle

📋 copy color: '#BBD0FF'

red 187 ◦ green 208 ◦ blue 255

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

Shades of Periwinkle #BBD0FF

Tints of Periwinkle #BBD0FF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32%

 BLUE value IS 255 (100% from 255) = 39.23%

R = 28.77%
G = 32%
B = 39.23%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BBD0FF (or 0xBBD0FF) is known color: Periwinkle. HEX triplet: BB, D0 and FF. RGB value is (187,208,255). Sum of RGB (Red+Green+Blue) = 187+208+255=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 208 (81.64% from 255 or 32% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBD0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD0FF is #442F00. Grayscale: #CECECE. Windows color (decimal): -4468481 or 16765115. OLE color: 16765115.

HSL color Cylindrical-coordinate representation of color #BBD0FF: hue angle of 221.47º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBD0FF is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 208 255 -
CMYK 0.27 0.18 0 0
HSL 221.47º 1% 0.87% -
HSV(B) 221.47º 0.27% 1% -
XYZ 61.1 62.9 103.53 -
YUV 207.08 155.04 113.68 -
System Red Green Blue C M Y K H S L
Decimal 187 208 255 0.27 0.18 0 0 221.47 1 0.87
Hex BB D0 FF 1B 12 0 0 DD 64 57
Octal 273 320 377 33 22 0 0 335 144 127
Binary 10111011 11010000 11111111 11011 10010 0 0 11011101 1100100 1010111

Color Harmonies of #BBD0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD0FF

Black with #BBD0FF

Text Example


Text Example

White with #BBD0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD0FF; }

 p { color: rgb(187,208,255); }

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

background-color css

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

 a { background-color: rgb(187,208,255); }

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

border-color css

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

 span { border-color: rgb(187,208,255); }

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