Html Css Color HEX #BBC7F3 Periwinkle

📋 copy color: '#BBC7F3'

red 187 ◦ green 199 ◦ blue 243

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

Shades of Periwinkle #BBC7F3

Tints of Periwinkle #BBC7F3

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.64%

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

R = 29.73%
G = 31.64%
B = 38.63%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBC7F3 (or 0xBBC7F3) is known color: Periwinkle. HEX triplet: BB, C7 and F3. RGB value is (187,199,243). Sum of RGB (Red+Green+Blue) = 187+199+243=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 199 (78.12% from 255 or 31.64% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBC7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC7F3 is #44380C. Grayscale: #C8C8C8. Windows color (decimal): -4470797 or 15976379. OLE color: 15976379.

HSL color Cylindrical-coordinate representation of color #BBC7F3: hue angle of 227.14º 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 #BBC7F3 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 199 243 -
CMYK 0.23 0.18 0 0.05
HSL 227.14º 0.7% 0.84% -
HSV(B) 227.14º 0.23% 0.95% -
XYZ 57.09 57.88 92.96 -
YUV 200.43 152.02 118.42 -
System Red Green Blue C M Y K H S L
Decimal 187 199 243 0.23 0.18 0 0.05 227.14 0.7 0.84
Hex BB C7 F3 17 12 0 5 E3 46 54
Octal 273 307 363 27 22 0 5 343 106 124
Binary 10111011 11000111 11110011 10111 10010 0 101 11100011 1000110 1010100

Color Harmonies of #BBC7F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC7F3

Black with #BBC7F3

Text Example


Text Example

White with #BBC7F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC7F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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