Html Css Color HEX #BBCFED Periwinkle

📋 copy color: '#BBCFED'

red 187 ◦ green 207 ◦ blue 237

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

Shades of Periwinkle #BBCFED

Tints of Periwinkle #BBCFED

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.81%

 BLUE value IS 237 (92.97% from 255) = 37.56%

R = 29.64%
G = 32.81%
B = 37.56%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBCFED (or 0xBBCFED) is known color: Periwinkle. HEX triplet: BB, CF and ED. RGB value is (187,207,237). Sum of RGB (Red+Green+Blue) = 187+207+237=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBCFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCFED is #443012. Grayscale: #CCCCCC. Windows color (decimal): -4468755 or 15585211. OLE color: 15585211.

HSL color Cylindrical-coordinate representation of color #BBCFED: hue angle of 216º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBCFED is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 207 237 -
CMYK 0.21 0.13 0 0.07
HSL 216º 0.58% 0.83% -
HSV(B) 216º 0.21% 0.93% -
XYZ 58.09 61.3 88.89 -
YUV 204.44 146.37 115.56 -
System Red Green Blue C M Y K H S L
Decimal 187 207 237 0.21 0.13 0 0.07 216 0.58 0.83
Hex BB CF ED 15 D 0 7 D8 3A 53
Octal 273 317 355 25 15 0 7 330 72 123
Binary 10111011 11001111 11101101 10101 1101 0 111 11011000 111010 1010011

Color Harmonies of #BBCFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCFED

Black with #BBCFED

Text Example


Text Example

White with #BBCFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCFED; }

 p { color: rgb(187,207,237); }

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

background-color css

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

 a { background-color: rgb(187,207,237); }

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

border-color css

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

 span { border-color: rgb(187,207,237); }

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